{% if Redirect_Message %}

{{Redirect_Message|e}}

{% endif %}
{% if Message_Display %}
{{Message}}
{% endif %} {% if Email_Verified %}
{{"Your email address has been successfully verified."|trans}}
{% elseif Email_Could_Not_Be_Verified %}
{{"The link provided is not valid or the email address has already been verified."|trans}}
{% 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 %}

{{"For security, please change your password"|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 %}

{{Welcome_Message}}

{{"You are now logged in, but this site requires you to accept our terms and conditions before proceeding. Please check the statement below."|trans}}
{% if Is_Admin %}
{{"You are an administrator impersonating a user. If you click the Continue button to accept the T&Cs, this will not be recorded in the database."|trans}}
{% endif %} {% for item in Error_Display %}
{{item.Error}}
{% endfor %}
{{this.frameworkField({'type': "checkbox", 'name': "extranet_terms_and_conditions", 'id': "extranet_terms_and_conditions"})}}
{% endif %}