{% if profile.data.rank_main > 1 and profile.checkBan|length < 1 %}
{{ profile.userTitle }}
{{ profile.data.username }}
{% if profile.checkPremium[0] %}
{% endif %}
{{ profile.country.long }}
{% if session.checkLogin %}
{% if user.data.user_id == profile.data.user_id %}
{% else %}
{% if user.checkFriends(profile.data.user_id) != 0 %}
{% endif %}
{% endif %}
{#
#}
{% if not noUserpage %}
{% endif %}
{% endif %}
Joined {{ profile.elapsed.joined }}
{% if profile.data.user_last_online < 1 %}
{{ profile.data.username }} hasn't logged in yet.
{% else %}
Last online {{ profile.elapsed.lastOnline }}
{% endif %}
{{ profile.data.username }} has {% if not profile.forumStats.posts %}no{% else %}{{ profile.forumStats.posts }}{% endif %} forum post{% if profile.forumStats.posts != 1 %}s{% endif %}.
{% if profile.data.birthday != '0000-00-00' and profile.data.birthday|split('-')[0] > 0 %}
Age {{ profile.elapsed(' old').birth }}
{% endif %}
{% if profile.profileFields %}
{% if session.checkLogin %}
{% else %}
Log in to view the full profile!
{% endif %}
{% endif %}
{% else %}
{{ profile.data.username }}
{% endif %}
Account Standing
{% if profile.checkPermission('SITE', 'DEACTIVATED') %}
Deactivated
{% elseif profile.checkBan %}
Banned
{% elseif profile.checkPermission('SITE', 'RESTRICTED') %}
Restricted
{% elseif profile.getWarnings %}
Bad
{% else %}
Good
{% endif %}
{% if profile.getWarnings %}
Action |
Duration |
Reason |
{% for warning in profile.getWarnings %}
{{ warning.warning_action_text }} |
{{ warning.warning_length }} minute{% if warning.warning_length != 1 %}s{% endif %} |
{{ warning.warning_reason }} |
{% endfor %}
{% endif %}