{% extends "admin/base_site.html" %} {% load i18n future staticfiles %} {% block stylesheets %} {{ 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 %}

{% trans "Forgot password?" %}

{% endblock %}