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

Grants

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

{{wp_nonce_field('tabulate-grants')|raw}} {% for role,role_title in roles %} {% endfor %} {% for role in roles %} {% endfor %} {% for table in tables %} {% for role,role_title in roles %} {% endfor %} {% endfor %}
Table Name {{role_title}}
Select all
{{table|titlecase}}
{% for cap in capabilities %} {% endfor %}

{% endblock %}