{% if Message_Display %}
{{Message}}
{% endif %} {% if Verification_Failed %}
{{"_ERROR_VERIFICATION_FAILED"|trans}}
{% endif %} {% if Verification_Already_Done %}
{{"_ERROR_EMAIL_VERIFIED"|trans}}
{% endif %} {% if Registered_Not_Verified %}
{{Thank_You_Verify_Email_Text}}
{% endif %} {% if Registered_Verified_Not_Activated %}
{{Thank_You_Wait_For_Activation_Text}}
{% endif %} {% if Registered_Email_Resent %}
{{Thank_You_Verify_Email_Resent_Text}}
{% endif %} {% if Registration_Form %} {% if Registration_Title_Section %}

{{Registration_Title}}

{% endif %}
{% for item in Error_Display %}
{{item.Error}}
{% endfor %} {% if Choose_Screen_Name %}
{{this.frameworkField({'type': "text", 'name': "screen_name", 'id': "screen_name", 'pattern': "new_screen_name", 'required': "true", 'class': "extranet_text"})}}
{% endif %}
{{this.frameworkField({'type': "email", 'name': "email", 'id': "email", 'pattern': "new_email", 'required': "true", 'class': "extranet_text"})}}
{% if Second_Email %}
{{this.frameworkField({'type': "email", 'name': "email_confirm", 'id': "email_confirm", 'class': "extranet_text"})}}
{% endif %} {% if User_passwords %}
{{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 Ts_And_Cs_Section %}
{{this.frameworkField({'type': "checkbox", 'name': "extranet_terms_and_conditions", 'id': "extranet_terms_and_conditions", 'required': "true"})}}
{% endif %} {% if Captcha %}
{{"_CAPTCHA:"|trans}} {{Captcha}}
{% endif %}
{% endif %} {% if Resend_Form %}

{{"_RESEND_VERIFICATION_EMAIL_TITLE"|trans}}

{% for item in Error_Display %}
{{item.Error}}
{% endfor %}
{{this.frameworkField({'type': "email", 'name': "email", 'id': "email", 'pattern': "unverified_email", 'required': "true", 'class': "extranet_text"})}}
{% endif %} {% if Logged_In %} {% if Welcome_Message_Section %}
{{Welcome_Message}}
{% endif %} {% if Destination_url_section %} {% endif %} {% endif %}