{% extends 'global/master.tpl' %} {% set rankTitle %} {% if page.notfound %}Not found{% else %}{% if not page.active %}All members{% else %}{{ page.ranks[page.active].name }}{% if page.ranks[page.active].multi %}s{% endif %}{% endif %}{% endif %} {% endset %} {% set rankDescription %} {% if page.notfound %}The requested rank could not be found!{% else %}{% if not page.active %}The entire user list.{% else %}{{ page.ranks[page.active].description }}{% endif %}{% endif %} {% endset %} {% block title %}{{ rankTitle }}{% endblock %} {% block content %}
No. | Username | Registered | Last online | User title | Country |
---|---|---|---|---|---|
No. | Username | Registered | Last online | User title | Country |
#{{ page.active ? count + 1 : count }} | {{ user.username }} | {{ user.regdate|date(sakura.dateFormat) }} | {% if user.lastdate == 0 %}Never logged in.{% else %}{{ user.lastdate|date(sakura.dateFormat) }}{% endif %} | {% if not user.usertitle %}{{ page.ranks[user.rank_main].title }}{% else %}{{ user.usertitle }}{% endif %} |