{% load mobile_admin_list i18n %}
  • {% if pagination_required %} {% for i in page_range %}{% paginator_number cl i %}{% endfor %} {% endif %} {% if show_all_url %} {% trans 'All' %} {% endif %} {{ cl.result_count }} {% ifequal cl.result_count 1 %}{{ cl.opts.verbose_name|capfirst }}{% else %}{{ cl.opts.verbose_name_plural }}{% endifequal %}