{% extends "partials/layout.html" %} {% block pageContent %}
{% if step == "confirm" %} {% trans %}Check your e-mail for the confirmation link.{% endtrans %} {% elif step == "complete" %} {% trans %}Your password has been reset successfully.{% endtrans %} {% elif resetkey %} {% include "partials/error.html" %}
{% else %} {% set url = "https://lists.archlinux.org/mailman3/lists/aur-general.lists.archlinux.org/" %} {{ "If you have forgotten the user name and the primary e-mail " "address you used to register, please send a message to the " "%saur-general%s mailing list." | tr | format( '' | format(url), "") | safe }} {% include "partials/error.html" %} {% endif %}