{% extends "base.html" %} {% load i18n %} {% block content %} {% if request.POST %}

{% trans "If your information were right, you've got an Email" %}

Token is: {{ debug }} {% else %}
{% csrf_token %}

{% trans "Please enter your Email address" %}

{% if fail == True %} {% else %}
{% endif %}
{% endif %} {% endblock %}