{% get_app_list as app_list %}
{% for app in app_list %}
{{ app.name }}
{% for model in app.models %}
{% endfor %}
{% endfor %}