{% extends "labadmin/base.html" %} {% load i18n %} {% block branding %}

{% trans "Password reset" %}

{% endblock %} {% block breadcrumbs %} {% endblock %} {% block title %}ciao {{ title }}{% endblock %} {% block content %}

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

{% csrf_token %} {{ form.email.errors }}

{{ form.email }}

{% endblock %}