{{ section.verbose_name }} ({{ section.model_count }})
{% blocktranslate count model_count=section.model_count %}This admin group contains {{ model_count }} model registered in the interface.{% plural %}This admin group contains {{ model_count }} models registered in the interface.{% endblocktranslate %}
{% translate 'View model graph' %} {% if section.app_list_url %} ยท {% translate 'Open admin group' %} {% endif %}
{% if section.models %}{% translate 'Models' %}
-
{% for model in section.models %}
- {{ model.verbose_name }} ({{ model.object_name }}) {% endfor %}
{% translate 'No admin model graphs are available.' %}
{% endif %}