{% INCLUDE 'ucp_header.html' %}

{{ lang('TITLE') }} [ {{ lang('VIEW_PROFILE') }} ]

{{ lang('PROFILE_INFO_NOTICE') }}

{% if ERROR %}

{{ ERROR }}

{% endif %} {% EVENT ucp_profile_profile_info_before %} {% if S_BIRTHDAYS_ENABLED %}

{{ lang('BIRTHDAY_EXPLAIN') }}
{% endif %} {% if S_JABBER_ENABLED %}
{% endif %} {% for profile_fields in loops.profile_fields %}
{{ profile_fields.LANG_NAME }}{{ lang('COLON') }}{% if profile_fields.S_REQUIRED %} *{% endif %} {% if profile_fields.LANG_EXPLAIN %}
{{ profile_fields.LANG_EXPLAIN }}{% endif %}
{% if profile_fields.ERROR %}
{{ profile_fields.ERROR }}
{% endif %}
{{ profile_fields.FIELD }}
{% endfor %} {% EVENT ucp_profile_profile_info_after %}
{{ S_HIDDEN_FIELDS }} {{ S_FORM_TOKEN }}
{% INCLUDE 'ucp_footer.html' %}