{% extends "registration/base.html" %} {% load i18n jazzmin %} {% get_jazzmin_settings request as jazzmin_settings %} {% get_jazzmin_ui_tweaks as jazzmin_ui %} {% block content %}
{{ jazzmin_settings.welcome_sign }}
{% 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 }}