{% for u in users %}
@{{u.username}} user banner
@{{u.username}} {% if v %} {% if v.id!=u.id and not u.is_private and not u.is_nofollow %} {% endif %} {% else %} {% endif %}
joined {{u.created_date}} {% if v.admin_level >= 2 -%} last active {{u.last_active_date}} {%- endif %} {% if FEATURES['USERS_PROFILE_BODYTEXT'] and not hide_bios and u.bio_html %}
{{u.bio_html | safe}}
{% endif %}
{% endfor %}