{% extends "beam/base.html" %} {% load i18n crispy_forms_tags %} {% block title %}{{ title }} | {{ block.super }}{% endblock %} {% block content %}

{% block heading %}{{ title }}{% endblock %}

{% if validlink %}

{% translate "Please enter your new password twice so we can verify you typed it in correctly." %}

{% csrf_token %} {{ form|crispy }}
{% else %} {% url "password_reset" as reset_url %} {% if reset_url %} {% trans "Forgotten your password or username?" %} {% endif %} {% endif %} {% endblock %}