{% extends "settings2.html" %} {% block content %}
{% for u in users %} {% endfor %}
# Name Tier
{{loop.index}} @{{u.username}}'s profile picture{{u.username}} Patron-{{u.patron}}
{% endblock %}