{% extends "base.html" %} {% block content %}

Grants

Here you can grant access to the database to members of any Roles.

{% for role in roles %} {% endfor %} {% for table in tables %} {% for role in roles %} {% endfor %} {% endfor %}
Table Name{{role|titlecase}}
{{table|titlecase}} {% for cap in capabilities %} {% endfor %}

{% endblock %}