{% if Message_Display %}
{{Message}}
{% endif %} {% if Verification_Failed %}
{{"We are sorry, but we were unable to find your registration. Please check whether the verification link is correct."|trans}}
{% endif %} {% if Verification_Already_Done %}
{{"This email address has already been 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 %}
{{this.frameworkField({'type': "text", 'name': "salutation", 'id': "salutation", 'maxlength': "25", 'source_module': 'zenario_common_features', 'source_method': 'getSalutations', 'source_param_1': '2'})}}
{{this.frameworkField({'type': "text", 'name': "first_name", 'id': "first_name", 'maxlength': "100", 'required': "true"})}}
{{this.frameworkField({'type': "text", 'name': "last_name", 'id': "last_name", 'maxlength': "100", 'required': "true"})}}
{% include this.frameworkBaseDir() ~ 'includes/custom_fields.twig.html' %} {% set Password_Class_List = "extranet_field zenario_visitor_tooltip_wrap" %} {% include this.frameworkBaseDir() ~ 'includes/user_passwords.twig.html' with {'Password_Class_List': Password_Class_List} %} {% include this.frameworkBaseDir() ~ 'includes/ts_and_cs_section.twig.html' %} {% include this.frameworkBaseDir() ~ 'includes/captcha.twig.html' %}
{% endif %} {% if Resend_Form %}

{{"Resend verification email"|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 %}