{% extends "base.html" %} {% block title %}Permissions for {{ database_name }}/{{ table_name }}{% endblock %} {% block content %}

Permissions for {{ database_name }}/{{ table_name }}

Back to table

{% for action in actions %} {% endfor %} {% for group in groups %} {% for action in actions %} {% endfor %} {% endfor %}
Group{{ action }}
{{ group }}

{% endblock %}