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

{{page_title}}

{% if validlink %}
{% csrf_token %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}
{{error}}
{% endfor %}
{% endif %} {% with force_large_col=True %} {% for field in form %} {% include "blocks/bs_field_snippet.html" %} {% endfor %} {% endwith %}
{% else %}

{% trans "Password reset failed" %}

{% endif %}
{% endblock %}