{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrahead %} {{ block.super }} {% endblock %} {% block bodyclass %}login{% endblock %} {% block content_title %}{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %} {% if form.non_field_errors %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %} {% endif %} {% if no_site_permission %}

{% trans "You don't have permission to access the admin for this site." %}

{% endif %}
{% csrf_token %}
{% if settings.USE_L10N and LANGUAGES|length > 1 %} {% get_language_info_list for LANGUAGES as languages %}
{% endif %}

{% trans "Forgot password?" %}

{% endblock %}