{% extends "app/app_base.html" %} {% block content %}

This page lists all user accounts in the web interface. Note that this is distinct from the list of resource holders.

{% for user in object_list %} {% endfor %}
Username Email
{{ user.username }} {{ user.email }}
Create {% endblock content %}