{% if Message_Display %}
{{Message}}
{% if Login_Link_Section %} {% endif %} {% endif %} {% if Main_Title %}

{{"Reset your password"|trans}}

{% endif %} {% for item in Error_Display %}
{{item.Error}}
{% endfor %} {% if Contact_For_Reset %}

{{Contact_For_Reset_Message}}

{% endif %} {% if Reset_Password_Form %}
{{this.frameworkField({'type': "email", 'name': "extranet_email", 'id': "extranet_email", 'pattern': "email", 'required': "true", 'class': "extranet_text"})}}
{% endif %} {% if Reset_Password_Form_Passwords %}
{{this.frameworkField({ 'type': "password", 'name': "extranet_new_password", 'id': "extranet_new_password", 'pattern': "new_password", 'required': "true", 'class': "extranet_password", oninput: "zenarioP.updatePasswordNotifier('#extranet_new_password', " ~ json_encode(Password_Requirements_Settings) ~ ", '#password_message', false, false)" })}}
{{'Please enter a password.'|trans}}
{{this.frameworkField({'type': "password", 'name': "extranet_new_password_confirm", 'id': "extranet_new_password_confirm", 'required': "true", 'class': "extranet_text"})}}
{% endif %} {% if Login %} {% endif %}