{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block wrapperclass %}windowed-small{% endblock %} {% block title %}{% trans "Recover Account" %} | {{ block.super }}{% endblock %} {% block account_nav %}{% endblock%} {% block main %} {% trans "Recover Account" %} {% blocktrans %}To recover a lost account, you will need to know your account's username. We will send a confirmation email to this address which allows you to change your password.{% endblocktrans %} {% csrf_token %} {{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %} {% trans "Send Email" %} {% endblock %} {% block footer %} {% endblock %}
{% blocktrans %}To recover a lost account, you will need to know your account's username. We will send a confirmation email to this address which allows you to change your password.{% endblocktrans %}