{% if profile.mainRankId > 1 and profile.checkBan|length < 1 %}
{{ profile.title }}
{{ profile.username }}
{% if profile.isPremium[0] %}
{% endif %}
{{ profile.country.long }}
{% if session.checkLogin %}
{% if user.id == profile.id %}
{% else %}
{% if user.isFriends(profile.id) != 0 %}
{% endif %}
{% endif %}
{% if user.permission(constant('Sakura\\Perms\\Manage::CAN_RESTRICT_USERS'), constant('Sakura\\Perms::MANAGE')) %}
{% endif %}
{#
shh #}
{#
#}
{% if not noUserpage %}
{% endif %}
{% endif %}
Joined {{ profile.elapsed.joined }}
{% if profile.lastOnline < 1 %}
{{ profile.username }} hasn't logged in yet.
{% else %}
Last online {{ profile.elapsed.lastOnline }}
{% endif %}
{{ profile.username }} has {% if not profile.forumStats.posts %}no{% else %}{{ profile.forumStats.posts }}{% endif %} forum post{% if profile.forumStats.posts != 1 %}s{% endif %}.
{% if profile.birthday != '0000-00-00' and profile.birthday|split('-')[0] > 0 %}
Age {{ profile.birthday(true) }} years old
{% endif %}
{% if profile.profileFields or user.permission(constant('Sakura\\Perms\\Manage::USE_MANAGE'), constant('Sakura\\Perms::MANAGE')) %}
{% if session.checkLogin %}
{% else %}
Log in to view the full profile!
{% endif %}
{% endif %}
{% else %}
{{ profile.username }}
{% endif %}
Account Standing
{% if profile.permission(constant('Sakura\\Perms\\Site::DEACTIVATED')) %}
Deactivated
{% elseif profile.checkBan %}
Banned
{% elseif profile.permission(constant('Sakura\\Perms\\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 %}