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

{% endblock body %}