{% load %} {% load i18n admin_static exfilters %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{{site_title}}{% endblock %} {% include "admin/script.html" %}

{{title}}

{% if app_list %} {% for app in app_list %} {% if app.has_module_perms %}
{% if icons|exsub:app.app_label|exsub:'icon' %}{{icons|exsub:app.app_label|exsub:'icon'}}{% endif %}
{% endif %} {% endfor %} {% else %}

{% trans "You don't have permission to edit anything." %}

{% endif %}