{% extends 'layout/page.html' %} {% block head_title %} {{ i18n.gettext('Password reset request')|u }} - {{ config.TRACKER_NAME }} {% endblock %} {% block page_header %} {{ i18n.gettext('Password reset request')|u }} {% endblock %} {% block content %}

{{ i18n.gettext('If you know the email address you registered with, enter it below.')|u }}

{{ i18n.gettext('Or, if you know your username, then enter it below')|u }}.

{{ i18n.gettext('A confirmation email will be sent to you - please follow the instructions within it to complete the reset process.') }}

{% endblock %}