{% 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 %}
{{openForm}} {% if main_login_heading %} <{{main_login_heading_tags|e}}>{{main_login_heading|trans}} {% endif %} {% for item in Error_Display %}
{{item.Error}}
{% endfor %} {% if this.signInUsingEmailAddress() %}
{{this.frameworkField({'type': "email", 'name': "extranet_email", 'id': "extranet_email", 'required': "true", 'pattern': "email", 'class': "extranet_text"})}}
{% else %}
{{this.frameworkField({'type': "text", 'name': "extranet_screen_name", 'id': "extranet_screen_name", 'required': "true", 'class': "extranet_text"})}}
{% endif %}
{{this.frameworkField({'type': "password", 'name': "extranet_password", 'id': "extranet_password", 'required': "true", 'class': "extranet_password"})}}
{% if Ts_And_Cs_Section %}
{{this.frameworkField({'type': "checkbox", 'name': "extranet_terms_and_conditions", 'id': "extranet_terms_and_conditions"})}}
{% endif %} {% if Remember_Me_Section %}
{{this.frameworkField({'type': "checkbox", 'name': "extranet_remember_me", 'id': "extranet_remember_me", 'checked': "checked"})}}
{% endif %} {% if Log_Me_In_Section %}
{{this.frameworkField({'type': "checkbox", 'name': "extranet_log_me_in", 'id': "extranet_log_me_in", 'checked': "checked"})}}
{% endif %} {% if Captcha %}
{{"Please help us combat form submissions by spam devices:"|trans}} {{Captcha}}
{% endif %}
{{ this.closeForm() }}
{% 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 %}