{% for u in users %}
@{{u.username}} user banner
{% if u.hat_active -%} {%- endif %}
@{{u.username}} {% if v %} {% if v.id!=u.id and not u.is_private and not u.is_nofollow %} {% 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 %}
{{u.bio_html | safe}}
{% endif %}
{% endfor %}