{{ app.verbose_name }}

{# drag and drop handles, one day #} {% comment %} {% endcomment %}
{{ app.icon_html|safe }} {% for model in app.models %}
{% if model.perms.change %} {% endif %}

{% firstof model.verbose_name_plural model.verbose_name|pluralize model.name %}

{% if model.perms.change %}
{% endif %}
{% endfor %}