{% extends "app/app_base.html" %} {% load url from future %} {% block content %}

This page lists all of the resource holders that are currently managed by this server. Note that this is distinct from the list of web interface users.

{% for conf in object_list %} {% endfor %}
Handle Action
{{ conf.handle }}
Create {% endblock content %} {# vim: set ft=htmldjango: #}