{% 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 %}
{% endif %}{{ col.0 }} | {# label #} {% endfor %}|||
---|---|---|---|
{% if may_read %} {{ object|getter:col.1 }} {% else %} {{ object|getter:col.1 }} {% endif %} | {% endfor %} {% else %}{% if may_read %} {{ object }} {% else %} {{ object }} {% endif %} | {% endif %} {% if may_edit %}{% trans "Edit" %} | {% elif debug %}You do not have edit permission. | {% endif %}