{% load i18n %} {% load core_extras %} {% with page_obj.number as current_page_nb %}
{% blocktrans with total_count=page_obj.paginator.count %}Total number of term in the request : {{ total_count }}{% endblocktrans %}
{% endwith %}