{% load i18n bread_tags %} {% if is_paginated %} {% if first_url %}[{% trans "First" %}]{% endif %} {% if previous_url %}[{% trans "Previous" %}]{% endif %} {% blocktrans trimmed with number=page_obj.number num_pages=paginator.num_pages %} Showing page {{ number }} of {{ num_pages }} {% endblocktrans %} {% if next_url %}[{% trans "Next" %}]{% endif %} {% if last_url %}[{% trans "Last" %}]{% endif %} {% endif %} {% if has_filter or has_search %}
{% if has_search %}

{% blocktrans with names=verbose_name_plural %}Search {{ names }}{% endblocktrans %}

{% blocktrans %}Searches in these fields: {{ search_terms }} {% endblocktrans %}

{% endif %} {% if has_filter %} {% if filter.form.non_field_errors %}
{% for err in filter.form.non_field_errors %}
{{ err }}
{% endfor %}
{% endif %} {% for field in filter.form %}
{{ field.label_tag }} {{ field }} {% if field.errors %}
{{ field.errors }}
{% endif %} {% endfor %} {% endif %} {% if o != "" %}{% endif %}
{% endif %} {% if columns %} {% for col in columns %} {# label #} {% endfor %} {% endif %} {% for object in view.object_list %} {% if columns %} {% for col in columns %} {% endfor %} {% else %} {% endif %} {% if may_edit %} {% elif debug %} {% endif %} {% endfor %}
{{ col.0 }}
{% if may_read %} {{ object|getter:col.1 }} {% else %} {{ object|getter:col.1 }} {% endif %} {% if may_read %} {{ object }} {% else %} {{ object }} {% endif %} {% trans "Edit" %} You do not have edit permission.

{% if not exclude_actions %} {% if may_add %} {% trans "Add" %} {% elif debug %} You do not have add permission. {% endif %} {% endif %}