{% load i18n static jazzmin admin_urls %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_jazzmin_settings request as jazzmin_settings %} {% get_jazzmin_ui_tweaks as jazzmin_ui %} {#lang="{{ LANGUAGE_CODE|default:"en-us" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}#}
{# #}
{% 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 %}