{% extends "roles/index.html" %} {% load static %} {% block role_list %} {% include "roles/list.html" with server=server roles=server.roles.all role=role %} {% endblock role_list %} {% block role_edit %}
{% csrf_token %}
{% include "forms/fields.html" with submit=form_button_text %}
{% endblock role_edit %}