{% include 'ucp_header.html' %}

{{ L_TITLE }}

{{ L_PROFILE_INFO_NOTICE }}

{% if ERROR %}
{{ L_INFO_BOX }} {{ ERROR }}
{% endif %} {% EVENT ucp_profile_profile_info_before %}
{% for profile_fields in profile_fields %}
{% if profile_fields.LANG_EXPLAIN %}
{{ profile_fields.LANG_EXPLAIN }}
{% endif %}
{{ profile_fields.FIELD }}
{% if profile_fields.ERROR %} {% endif %}
{% endfor %} {% if S_JABBER_ENABLED %}
{% endif %} {% if S_BIRTHDAYS_ENABLED %}
{{ L_BIRTHDAY }}{{ L_COLON }}
{{ L_BIRTHDAY_EXPLAIN }}
{% endif %}
{% EVENT ucp_profile_profile_info_after %}
{{ S_HIDDEN_FIELDS }} {{ S_FORM_TOKEN }}
{% include 'ucp_footer.html' %} {% include 'ucp_header.html' %}

{{ L_TITLE }}

{{ L_PROFILE_INFO_NOTICE }}

{% if ERROR %}
{{ L_INFO_BOX }} {{ ERROR }}
{% endif %} {% EVENT ucp_profile_profile_info_before %}
{% for profile_fields in profile_fields %}
{% if profile_fields.LANG_EXPLAIN %}
{{ profile_fields.LANG_EXPLAIN }}
{% endif %}
{{ profile_fields.FIELD }}
{% if profile_fields.ERROR %} {% endif %}
{% endfor %} {% if S_JABBER_ENABLED %}
{% endif %} {% if S_BIRTHDAYS_ENABLED %}
{{ L_BIRTHDAY }}{{ L_COLON }}
{{ L_BIRTHDAY_EXPLAIN }}
{% endif %}
{% EVENT ucp_profile_profile_info_after %}
{{ S_HIDDEN_FIELDS }} {{ S_FORM_TOKEN }}
{% include 'ucp_footer.html' %}