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

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

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

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

{% endblock %}