{% include 'global/header.tpl' %} {% if profile.notset or profile.user.id == 0 or profile.user.password_algo == 'nologin' %} user not found, don't forget to make this sexy {% else %}
{{ profile.user.username }}'s Avatar
{{ profile.user.username }}
{{ profile.ranktitle }}
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 Active {{ profile.user.lastdate|date("l Y-m-d H:i T") }}{% endif %}
{% if profile.user.rank_main > 1 %}
  • Tenshi
  • Staff
  • Developer
  • Alumnii
{% if user.checklogin %} {% if profile.fields %} {% for name,field in profile.fields %} {% endfor %} {% else %}
This user has not set any accounts yet.
{% endif %} {% else %}
Log in to view the full profile.
{% endif %}
{% endif %}
Account Standing
Deactivated {% else %} {% if profile.warnings %} #F22;">Bad {% else %} #2F2;">Good {% endif %} {% endif %}
{% if profile.warnings %}
This user has {{ profile.warnings|length }} warning{% if profile.warnings|length != 1 %}s{% endif %}!
After 10 warnings a user may be permanently banned.
{% endif %}
{% if profile.user.userData.profileBackground %} {% endif %} {% endif %} {% include 'global/footer.tpl' %}