{% load com %} {% load i18n %} {% if page_obj %} {% if page_obj.has_previous %}«{% else %} {% endif %} {% blocktrans with page_obj.start_index as sindex and page_obj.end_index as eindex and paginator.count as pcount %}{{ sindex }}-{{ eindex }} of {{ pcount }}{% endblocktrans %} {% if page_obj.has_next %}»{% else %} {% endif %} {% if not_show_all %}{% else %}{% if page_obj.has_previous or page_obj.has_next %}({% blocktrans %}all{% endblocktrans %}){% endif %}{% endif %} {% else %} ({% blocktrans %}paginate{% endblocktrans %}) {% endif %}