{% load i18n static %}
{% if app_list %}
{% for app in app_list %}
{% if not show_apps_only %}
{% for model in app.models %} {% endfor %}
{% endif %}
{% endfor %}
{% endif %}