{% extends "admin/base_initial.html" %} {% load i18n static %} {% block bodyclass %}{{ block.super }} login auth{% endblock %} {% block initial-content %}
{% blocktranslate trimmed %} You are authenticated as {{ username }}, but are not authorized to access this page. Would you like to login to a different account? {% endblocktranslate %}
{{ error }}
{% translate 'Forgotten your password or username?' %}