{% extends "layout.html" %} {% block title %}Edit Role – {{ admin_title }}{% endblock %} {% block content %}

Edit Role: {{ role_name }}

{% if error %}
{{ error }}
{% endif %}

Permissions

{% for p in perms %} {% endfor %}
Entity View Create Edit Delete
{{ p.entity_label }}
Cancel
{% endblock %}