{% extends "layout-unfold1.html" %} {% load i18n %} {% block unfold_main %} {% block content %}

{% trans "Welcome to Onelab secured Password reset wizard" %}

{% 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 %} {% endblock %}