{% include 'overall_header.html' %} {% if PROVIDER_TEMPLATE_FILE %}

{{ SITENAME }} - {{ lang('OAUTH_REGISTRATION') }}

{% include PROVIDER_TEMPLATE_FILE %}
{% endif %}

{SITENAME} - {{ lang('REGISTRATION') }}

{% if ERROR %}
{ERROR}
{% endif %} {% if L_REG_COND %}
{{ lang('REG_COND') }}
{% endif %} {% EVENT ucp_register_credentials_before %}
{{ lang('ITEMS_REQUIRED') }}

{{ lang('USERNAME_EXPLAIN') }}

{{ lang('PASSWORD_EXPLAIN') }}
{% EVENT ucp_register_credentials_after %}
{% EVENT ucp_register_options_before %} {% if S_LANG_OPTIONS %}
{% endif %} {% include 'timezone_option.html' %} {% EVENT ucp_register_profile_fields_before %} {% if profile_fields %} {% for options in loops.profile_fields %}
{{ options.LANG_NAME }}{{ lang('COLON') }}{% if options.S_REQUIRED %} *{% endif %} {% if options.LANG_EXPLAIN %}
{{ options.LANG_EXPLAIN }}{% endif %} {% if options.ERROR %}
{{ options.ERROR }}{% endif %}
{{ options.FIELD }}
{% endfor %} {% endif %} {% EVENT ucp_register_profile_fields_after %}
{% if CAPTCHA_TEMPLATE %} {% endif %} {% if S_COPPA %}

{{ lang('COPPA_COMPLIANCE') }}

{{ lang('COPPA_EXPLAIN') }}

{% endif %} {% EVENT ucp_register_buttons_before %}
{S_HIDDEN_FIELDS} {S_FORM_TOKEN}
{% include 'overall_footer.html' %}