{% extends "base.html" %} {% load i18n %} {% load account %} {% block title %}{% trans "Change Password" %}{% endblock %} {% block content %}

{% trans "Change Password" %}

{% if user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% endif %}

{% trans 'Your password is now changed.' %}

{% endblock %}