{% extends "shared/base.html" %} {% block title %} Permissions {% endblock %} {% block content %} {% with msg=msg %} {% include "components/alerts.html" %} {% endwith %}

Permissions..

{% for permission in permissions %} {% endfor %}
Name Actions
{{permission.name}} Edit Delete
Add Permission
{% endblock %}