{% if profile.isPremium %} {% endif %} {{ profile.title }}
Joined
{% if profile.lastOnline < 1 %}
{{ profile.username }} hasn't logged in yet.
{% else %}
Last online
{% endif %}
{% if profile.birthday != '0000-00-00' and profile.birthday|split('-')[0] > 0 %}
Age{{ profile.birthday(true) }} years old
{% endif %}
{% if not noUserpage %}
{% endif %}
{% if (profile.isActive and profile.id == user.id) or user.perms.manageProfileImages %}
{% endif %}
{% if user.isActive %}
{% if user.id == profile.id %}
{% else %}
{% if user.isFriends(profile.id) != 0 %}{% endif %}
{% endif %}
{% if user.perms.canRestrict %}
{% endif %}
{% endif %}
{% if profile.lastfm %}
by
{% endif %}
{% include 'profile/userpage.twig' %}
{% include 'profile/friends.twig' %}
{% include 'profile/groups.twig' %}
{% include 'profile/topics.twig' %}
{% include 'profile/posts.twig' %}
{% include 'profile/comments.twig' %}
{% include 'profile/images.twig' %}
Topics
{{ profile.forumStats.topics }}
Posts
{{ profile.forumStats.posts }}
Friends
{{ profile.friends(2)|length }}
{% if user.isActive %}
{# if user.perms.viewUserLinks or user.perms.viewUserDetails #}
{% for id, data in fields %}
{% if data.value != null %}