{% extends "base.html" %} {% load static %} {% block head %} {{ block.super }} {% endblock head %} {% block main %}
Back to Server

Manage Roles

Roles

{% block role_list %} {% include "roles/list.html" with server=server roles=roles role=role %} {% endblock role_list %}
{% block role_edit %}

Select a Role

Click a role from the left to edit its details/permissions

{% endblock role_edit %}
{% endblock main %}