{% extends "mongo_auth/base.html" %} {% load future i18n %} {% block title %}{% trans "Account" %}{% endblock %} {% block content %}

{% trans "Account" %}

{% with form_submit=_("Submit") %} {% include "mongo_auth/form.html" %} {% endwith %}

{% trans "Change your password" %}

{% if not user.email_confirmed and user.email %}

{% trans "Please confirm your e-mail address" %}

{% endif %}
{% endblock %}