{% include "site/header.html" %} {% include "site/view_header.html" with errors=errors %} {% load i18n %}
{% if secret == secret_expected and secret_expected %}
{% trans "These are the usernames associated with your email address" %} {{ email }}
{% for user in users %}

{{ user.username }}

{% endfor %}
{% else %}

{% trans "The secret you provided does not match the secret required to complete this process" %}.

{% trans "Note" %}: {% trans "You should complete the process in the same browser that you originally initiated it in." %}

{% trans "Please re-initiate it" %} {% trans "here" %}

{% endif %}
{% include "site/footer.html" %}