{% extends "admin/change_list.html" %} {% load pages_tags i18n staticfiles %} {% block extrahead %} {{ block.super }} {% if not settings.USE_MODELTRANSLATION %} {% endif %} {% endblock %} {% block content %}
{% if has_add_permission %}
{% endif %} {% if cl.result_count == 0 %}

0 {{ cl.opts.verbose_name_plural }}

{% else %}
{% page_menu "pages/menus/admin.html" %}
{% endif %}
{% endblock %}