{% extends "admin/base_site.html" %} {% load i18n static %} {% block breadcrumbs %} {% endblock %} {% block title %}{{ title }}{% endblock %} {% block content %}

{% trans "Security" %}

{{ title }}

{% translate 'Forgotten your password? Enter your email address below, and we\'ll email instructions for setting a new one.' %}

{% csrf_token %}
{{ form.email }} {% if form.email.errors %} {% endif %}
{% trans "Back to login" %}
{% endblock %}