{% 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 %} {% if u.id != 995 %}{% endif %} {% endif %} {% else %} {% endif %}
{% if not hide_bios and u.bio_html %}
{{u.bio_html | safe}}
{% endif %}
{% endfor %}