{% blocktrans %} Be careful when making changes to the database. Not all data is safe to edit in production. {% endblocktrans %}
{% for app in app_list %}
{% endfor %}
{{app.name}}
-
{% for model in app.models %}
- {% if model.add_url %} {% endif %} {% if model.admin_url %} {{model.name}} {% else %} {{model.name}} {% endif %} {% endfor %}