{% if Redirect_Message %}

{{Redirect_Message|e}}

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

{{main_login_heading}}

{% for item in Error_Display %}
{{item.Error}}
{% endfor %} {% if Login_with_screen_name %}
{{this.frameworkField({'type': "text", 'name': "extranet_screen_name", 'id': "extranet_screen_name", 'required': "true", 'class': "extranet_text"})}}
{% endif %} {% if Login_with_email %}
{{this.frameworkField({'type': "email", 'name': "extranet_email", 'id': "extranet_email", 'required': "true", 'pattern': "email", '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 %} {% for item in Error_Display %}
{{item.Error}}
{% endfor %}
{{this.frameworkField({'type': "checkbox", 'name': "extranet_terms_and_conditions", 'id': "extranet_terms_and_conditions"})}}
{% endif %}