{% extends "admin/base_site.html" %} {% load static i18n %} {% block extrastyle %} {% endblock %} {% block branding %} {% endblock %} {% block userlinks %} {% if site_url %} {% trans 'View site' %} {% endif %} {% if user.is_active and user.is_staff %} {% url 'django-admindocs-docroot' as docsroot %} {% if docsroot %} {% trans 'Documentation' %} {% endif %} {% endif %} {% if user.has_usable_password %} {% trans 'Change password' %} {% endif %} {% trans 'Log out' %} exit_to_app {% endblock %} {% block content_title %}
{% if available_apps %} {% else %}

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

{% endif %}
{% endblock %} {% block footer %} {% endblock %}