{% 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 %} {% block title %}{{ title }} | {% trans 'Log in again' %}{% endblock %} {% if mazer_settings.custom_css %} {% endif %} {% block extrastyle %} {% endblock %} {% block extrahead %} {% endblock %}

{{ mazer_settings.welcome_sign }}

{% if user.is_authenticated %}

{% 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 %}

{% endif %} {% if form.errors %} {% if form.username.errors %}

{{ form.username.label }}: {{ form.username.errors|join:', ' }}

{% endif %} {% if form.password.errors %}

{{ form.password.label }}: {{ form.password.errors|join:', ' }}

{% endif %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}

{{ error }}

{% endfor %}
{% endif %} {% endif %}
{% csrf_token %}
{% if mazer_settings.custom_js %} {% endif %}