{% extends "authentic2/base-page.html" %} {% load i18n gadjo %} {% block title %} {{ view.title }} {% endblock %} {% block content %} {% if validlink %}
{% csrf_token %} {{ form|with_template }}
{% else %}

{% trans "Password reset failed" %}

{% endif %} {% endblock %}