{% load helpers %} {% load i18n %} {% if next_page_token %}
Total: {{ total_count }} {% trans "Next Page" %}
{% else %}
{% if total_count > 0 %} Total: {{ total_count }} {% endif %}
{% endif %}