{% extends "layouts/base-auth-minimal.html" %} {% load static i18n %} {% block title %} Login Minimal {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}

{% trans "Reset" %}

{% trans "Reset to your password" %}

{% trans "Enter your email and a reset link will sent to you, let's access our the best recommendation for you." %}

{% csrf_token %} {% for field in form %}
{{field}}
{% endfor %}
{% trans "Back to" %} {% trans "Login" %}
{% endblock content %}