{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Change Password' %} | {{ block.super }}{% endblock %} {% block section_title %} {% trans "Change your password" %} {% endblock %} {% block content %} {% if user.is_authenticated %}
{% else %} {% url registration_register as register_url %} {% if register_url %}{% trans "If you" %} {% trans "sign up" %} {% trans "for an account, we'll let you reset your password as often as you'd like!" %}
{% endif %} {% endif %} {% endblock %}