{% endblock %}
{% block content_title %}{% if title %}
{{ title }}
{% endif %}{% endblock %}
{% block content %}
{% if app_list %}
{% comment %}
Changed {% for app in app_list %} to order the apps alphabetically
{% endcomment %}
{% for app in app_list|dictsort:"models.0.name" %}
{% comment %}
Commented out app title
{% endcomment %}
{% for model in app.models %}