{% extends "base.html" %} {% block body %}
{% for user in users %} {% endfor %}
ID Uniq Real Name Admin Affiliation Quota Updated
{{ user.id }} {{ user.uniq }} {{ user.realname }} {{ user.is_admin }} {{ user.affiliation }} {{ user.quota }} {{ user.updated }}
{% if pages|length > 1 %} {% endif %} Create a user

{% endblock body %}