{% for u in users %}
@{{u.username}} user banner
{% if u.hat_active(v)[0] -%} {%- endif %}
@{{u.username}}
{% if v %} {% if v.id != u.id %}
{% endif %} {% else %} {% endif %}
Joined on
{% if v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%}
Last active on
{%- endif %} {% if FEATURES['USERS_PROFILE_BODYTEXT'] and not hide_bios and u.bio_html and can_see(v, u) %}
{{u.bio_html | safe}}
{% endif %}
{% endfor %}