{% include 'overall_header.html' %}

{{ lang('RESET_PASSWORD') }}

{% if S_IS_PASSWORD_RESET %} {% if PASSWORD_RESET_ERRORS %}
{% endif %}
{% else %} {% if USERNAME_REQUIRED %}
{{ lang('EMAIL_NOT_UNIQUE') }}
{% endif %}
{{ lang('EMAIL_REMIND') }}
{% if USERNAME_REQUIRED %}
{% endif %}
{% endif %}
{{ S_HIDDEN_FIELDS }} {{ S_FORM_TOKEN }}
{% include 'overall_footer.html' %}