{% 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 %}
{% if not hide_bios %}
{{u.bio_html | safe}}
{% endif %}
{% endfor %}