{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}{% endblock %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block content %}
{% trans "Password reset" %}
{% if form.email %}

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

{% endif %} {% if form.mobile_number %}

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

{% endif %}
{% csrf_token %} {{ form.as_div }}
{% endblock %}