{% include 'global/header.tpl' %} {% if profile.notset or profile.user.id == 0 %}

The requested user does not exist!

There are a few possible reasons for this:
{% else %}
{{ profile.user.username }}'s Avatar
{{ profile.ranktitle }}

{{ profile.user.username }}

{% if profile.user.rank_main > 1 %} {% if profile.istenshi %}Tenshi {% endif %}{{ profile.user.country }} {{ profile.country }}
Joined {{ profile.user.regdate|date("l Y-m-d H:i T") }}
{% if profile.user.lastdate == 0 %} User hasn't logged in yet. {% else %} Last Seen on {{ profile.user.lastdate|date("l Y-m-d H:i T") }} {% endif %} {% if profile.data is not null %}
{% if user.checklogin %} {% for name,field in profile.data %} {% endfor %}
{{ field.name }} {% if name == 'youtube' %} {% if field.youtubetype == 1 %}{{ profile.user.username }}'s Channel{% else %}{{ field.value }}{% endif %} {% else %} {% if field.islink %} {% endif %} {{ field.value }} {% if field.islink %} {% endif %} {% endif %}
{% else %} Log in to view the full profile! {% endif %} {% endif %} {% endif %}
Account Standing {% if profile.user.rank_main < 2 %}

Deactivated

{% else %}

Good

{% endif %}
{{ profile.profpage|raw }}
{% endif %} {% include 'global/footer.tpl' %}