{% extends 'base.html' %} {% load static i18n %} {% load widget_tweaks %} {% block nav %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block sidebar %} {% endblock sidebar %} {% block content %}
{% if contrast_cookie %} {% else %} {% endif %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{% trans 'Forgot Password' %}

{% trans 'Enter your email below (the one used to access the platform) to recover your password' %}

{% csrf_token %} {% for field in form %}
{% render_field field class='form-control' %} {{ field.help_text }} {% if field.errors %} {% endif %}
{% endfor %}
{% endblock %} {% block bottommenu %} {% endblock %}