{% extends "account/base.html" %} {% block title %}{{ page_title(_("Password Reset")) }}{% endblock %} {% block content %}

{{ _("Password Reset") }}

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

{% trans %}We have sent you an email. Please contact us if you do not receive it within a few minutes.{% endtrans %}

{% endblock %}