{% load i18n static panel 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 %}
{% 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 }}