{% load i18n static mazer admin_urls %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_mazer_settings request as mazer_settings %} {% get_mazer_ui_tweaks as mazer_ui %}
{% blocktrans trimmed %} You are authenticated as {{ username }}, but are not authorized to access this page. Would you like to login to a different account? {% endblocktrans %}
{{ form.username.label }}: {{ form.username.errors|join:', ' }}
{{ form.password.label }}: {{ form.password.errors|join:', ' }}
{{ error }}
{% endfor %}