{% if app.custom_name %} {{ app.custom_name }} {% else %} {{ app.label }} {% endif %}
{% for model in app.items %} {% if model.has_perms %}
{{ model.label }} {# #} {% if model.counter %} {{ model.counter }} {% endif %}
{% endif %} {% endfor %}