{% extends "authens/base.html" %} {% load i18n %} {% block container-title %} {% trans "Nouveau mot de passe" %} {% endblock %} {% block content %}
{% include "authens/form_full_snippet.html" with submit_text="Enregistrer" %}
{% endblock %}