{% extends 'astronauth/base.html' %} {% load static %} {% load i18n %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block content %}

Password Reset

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