{% trans 'Filter' %}
{% for spec in view.filter_specs %}{% admin_list_filter view spec %}{% endfor %}{% blocktrans with view.model_name_plural|lower as name %}No {{ name }} have been created yet. One of the following must be added to your site before any {{ name }} can be added.{% endblocktrans %}
-
{% for type in required_parent_types %}
- {{ type|title }} {% endfor %}
{% blocktrans with view.model_name_plural|lower as name %}No {{ name }} have been created yet.{% endblocktrans %} {% if has_add_permission %} {% blocktrans with view.get_create_url as url %} Why not add one? {% endblocktrans %} {% endif %}
{% endif %}{% blocktrans with page_obj.number as current_page and paginator.num_pages as num_pages %}Page {{ current_page }} of {{ num_pages }}.{% endblocktrans %}
{% if paginator.num_pages > 1 %}-
{% pagination_link_previous page_obj view %}
{% pagination_link_next page_obj view %}