{{ app.name }}
-
{% for model in app.models %}
- {% if model.admin_url %} {{ model.name }} {% else %} {{ model.name }} {% endif %} {% endfor %}
{% trans "You don't have permission to edit anything." %}
{% endif %}{# Please keep this template in sync with django/contrib/admin one #} {% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}{{ block.super }} dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% trans "You don't have permission to edit anything." %}
{% endif %}