{% load i18n static %} {% block extrahead %} {{ media }} {% endblock extrahead %} {% if app_list %}
{{ app.name }}{% blocktranslate with name=app.name %}Models in the {{ name }} application{% endblocktranslate %}
|
||
{{ model.name }} | {% if model.add_url %} {% translate "Add" %} {% endif %} | {% if model.admin_url and show_changelinks %} {% if model.view_only %} {% translate "View" %} {% else %} {% translate "Change" %} {% endif %} {% endif %} |
{% translate "You don’t have permission to view or edit anything." %}
{% endif %}