{% extends "base-form2.html" %} {% block title %}{{ _("Forgot password") }}{% end block %} {% block body %}
{{ _("Work in progress!") }}

{{ _("You have forgotten you password, eh? Shame on you.") }} {{ _("However, we allow to re-activate your account.") }}

{{ _("You need to enter your username below.") }} {{ _("After that, you will receive an email with intructions how to go on.") }}


{% raw xsrf_form_html() %}
{% end block %}