{% extends "base.html" %} {% load url from future %} {% block content %} {% if request.user.is_superuser %}
There are currently no resource holders on this system.
Create {% else %}
Your account does not have permission to manage any resource handles on this server. Please contact your portal-gui adminstrator.
{% endif %} {% endblock %}