{% if Redirect_Message %}

{{Redirect_Message|e}}

{% endif %}
{% if Message_Display %}
{{Message}}
{% endif %} {% if Login_Form %}

{{"Don't have an account?"|trans}}

{% if Registration_Link_Section %} {% endif %}
{% endif %} {% if Logged_In %} {% if Welcome_Message_Section %}
{{Welcome_Message}}
{% endif %} {% if Destination_url_section %} {% endif %} {% endif %} {% if Change_Password_Form %}

{{"_CHANGE_PASSWORD_TITLE"|trans}}

{% for item in Password_Error_Display %}
{{item.Error}}
{% endfor %}
{{this.frameworkField({'type': "password", 'name': "extranet_new_password", 'id': "extranet_new_password", 'pattern': "new_password", 'required': "true", 'class': "extranet_password"})}}
{{this.frameworkField({'type': "password", 'name': "extranet_new_password_confirm", 'id': "extranet_new_password_confirm", 'required': "true", 'class': "extranet_password"})}}
{% endif %} {% if Terms_And_Conditions_Form %} {% for item in Error_Display %}
{{item.Error}}
{% endfor %}
{{this.frameworkField({'type': "checkbox", 'name': "extranet_terms_and_conditions", 'id': "extranet_terms_and_conditions"})}}
{% endif %}