{% INCLUDE 'overall_header.html' %}

{{ PAGE_TITLE }}

{% EVENT memberlist_view_content_prepend %}
{% if S_ONLINE %}{{ lang('ONLINE') }}{% endif %} {% if AVATAR_IMG %}
{{ AVATAR_IMG }}
{% EVENT memberlist_view_rank_avatar_before %} {% if RANK_TITLE %}
{{ RANK_TITLE }}
{% endif %} {% if RANK_IMG %}
{{ RANK_IMG }}
{% endif %} {% EVENT memberlist_view_rank_avatar_after %}
{% endif %}
{{ lang('USERNAME') }}{{ lang('COLON') }}
{% EVENT memberlist_view_username_prepend %}{% if USER_COLOR %}{% else %}{% endif %}{{ USERNAME }}{% EVENT memberlist_view_username_append %} {% if U_EDIT_SELF %} [ {{ lang('EDIT_PROFILE') }} ]{% endif %} {% if U_USER_ADMIN %} [ {{ lang('USER_ADMIN') }} ]{% endif %} {% if U_USER_BAN %} [ {{ lang('USER_BAN') }} ]{% endif %} {% if U_SWITCH_PERMISSIONS %} [ {{ lang('USE_PERMISSIONS') }} ]{% endif %}
{% if not AVATAR_IMG %} {% EVENT memberlist_view_rank_no_avatar_before %} {% if RANK_TITLE %}
{{ lang('RANK') }}{{ lang('COLON') }}
{{ RANK_TITLE }}
{% endif %} {% if RANK_IMG %}
{% if RANK_TITLE %} {% else %}{{ lang('RANK') }}{{ lang('COLON') }}{% endif %}
{{ RANK_IMG }}
{% endif %} {% EVENT memberlist_view_rank_no_avatar_after %} {% endif %} {% if S_USER_INACTIVE %}
{{ lang('USER_IS_INACTIVE') }}{{ lang('COLON') }}
{{ USER_INACTIVE_REASON }}
{% endif %} {% if AGE !== '' %}
{{ lang('AGE') }}{{ lang('COLON') }}
{{ AGE }}
{% endif %} {% if S_GROUP_OPTIONS %}
{{ lang('USERGROUPS') }}{{ lang('COLON') }}
{% endif %} {% EVENT memberlist_view_non_contact_custom_fields_before %} {% for custom_fields in loops.custom_fields %} {% if not custom_fields.S_PROFILE_CONTACT %}
{{ custom_fields.PROFILE_FIELD_NAME }}{{ lang('COLON') }}
{{ custom_fields.PROFILE_FIELD_VALUE }}
{% endif %} {% endfor %} {% EVENT memberlist_view_non_contact_custom_fields_after %} {% EVENT memberlist_view_zebra_before %} {% if S_USER_LOGGED_IN and S_ZEBRA %} {% if U_REMOVE_FRIEND %}
 
{{ lang('REMOVE_FRIEND') }}
{% elseif U_REMOVE_FOE %}
 
{{ lang('REMOVE_FOE') }}
{% else %} {% if U_ADD_FRIEND %}
 
{{ lang('ADD_FRIEND') }}
{% endif %} {% if U_ADD_FOE %}
 
{{ lang('ADD_FOE') }}
{% endif %} {% endif %} {% endif %} {% EVENT memberlist_view_zebra_after %}
{% EVENT memberlist_view_contact_before %}

{{ lang('CONTACT_USER') }}

{% if U_EMAIL %}
{{ lang('EMAIL_ADDRESS') }}{{ lang('COLON') }}
{{ lang('SEND_EMAIL_USER') }}
{% endif %} {% if U_PM %}
{{ lang('PM') }}{{ lang('COLON') }}
{{ lang('SEND_PRIVATE_MESSAGE') }}
{% endif %} {% if U_JABBER and S_JABBER_ENABLED %}
{{ lang('JABBER') }}{{ lang('COLON') }}
{{ lang('SEND_JABBER_MESSAGE') }}
{% elseif USER_JABBER %}
{{ lang('JABBER') }}{{ lang('COLON') }}
{{ USER_JABBER }}
{% endif %} {% EVENT memberlist_view_contact_custom_fields_before %} {% for custom_fields in loops.custom_fields %} {% if custom_fields.S_PROFILE_CONTACT %}
{{ custom_fields.PROFILE_FIELD_NAME }}{{ lang('COLON') }}
{% if custom_fields.PROFILE_FIELD_CONTACT %}
{{ custom_fields.PROFILE_FIELD_DESC }}
{% else %}
{{ custom_fields.PROFILE_FIELD_VALUE }}
{% endif %} {% endif %} {% endfor %} {% EVENT memberlist_view_contact_custom_fields_after %} {% if S_PROFILE_FIELD1 %}
{{ PROFILE_FIELD1_NAME }}{{ lang('COLON') }}
{{ PROFILE_FIELD1_VALUE }}
{% endif %}

{{ lang('USER_FORUM') }}

{% EVENT memberlist_view_user_statistics_before %}
{{ lang('JOINED') }}{{ lang('COLON') }}
{{ JOINED }}
{{ lang('LAST_ACTIVE') }}{{ lang('COLON') }}
{{ LAST_ACTIVE }}
{% if S_WARNINGS %}
{{ lang('WARNINGS') }}{{ lang('COLON') }}
{{ WARNINGS }}{% if U_NOTES or U_WARN %} [ {% if U_NOTES %}{{ lang('VIEW_NOTES') }}{% endif %} {% if U_WARN %}{% if U_NOTES %} | {% endif %}{{ lang('WARN_USER') }}{% endif %} ]{% endif %}
{% endif %}
{{ lang('TOTAL_POSTS') }}{{ lang('COLON') }}
{{ POSTS }} {% if S_DISPLAY_SEARCH %}| {{ lang('SEARCH_USER_POSTS') }}{% endif %} {% if POSTS_PCT %}
({{ POSTS_PCT }} / {{ POSTS_DAY }}){% endif %} {% if POSTS_IN_QUEUE and U_MCP_QUEUE %}
({{ lang('POSTS_IN_QUEUE') }}){% elseif POSTS_IN_QUEUE %}
({{ lang('POSTS_IN_QUEUE') }}){% endif %}
{% if S_SHOW_ACTIVITY and POSTS %}
{{ lang('ACTIVE_IN_FORUM') }}{{ lang('COLON') }}
{% if ACTIVE_FORUM != '' %}{{ ACTIVE_FORUM }}
({{ ACTIVE_FORUM_POSTS }} / {{ ACTIVE_FORUM_PCT }}){% else %} - {% endif %}
{{ lang('ACTIVE_IN_TOPIC') }}{{ lang('COLON') }}
{% if ACTIVE_TOPIC != '' %}{{ ACTIVE_TOPIC }}
({{ ACTIVE_TOPIC_POSTS }} / {{ ACTIVE_TOPIC_PCT }}){% else %} - {% endif %}
{% endif %} {% EVENT memberlist_view_user_statistics_after %}
{% EVENT memberlist_view_contact_after %} {% if SIGNATURE %}

{{ lang('SIGNATURE') }}

{{ SIGNATURE }}
{% endif %}
{% EVENT memberlist_view_content_append %} {% INCLUDE 'jumpbox.html' %} {% INCLUDE 'overall_footer.html' %}