Global
{% mock_data_export_app %} {% for app in non_subsession_apps %} {% if app.app_label == "session" %} {% include "admin/_dashboard_app_template.html" with app_models=app.models|fix_session_app_models_order %} {% endif %} {% endfor %} {% for app in non_subsession_apps %} {% if app.app_label != "session" %} {% include "admin/_dashboard_app_template.html" with app_models=app.models %} {% endif %} {% endfor %} {% endif %} {% endwith %}Apps
{% for app in app_list|subsession_apps_only %} {% include "admin/_dashboard_app_template.html" with app_models=app.models|fix_subsession_app_models_order %} {% endfor %} {% else %}{% trans "You don't have permission to edit anything." %}
{% endif %}