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

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

Back to table

{% if groups %} {% for action in actions %} {% endfor %} {% for group in groups %} {% for action in actions %} {% endfor %} {% endfor %} {% else %}
Groups{{ action }}
{{ group }}
{% endif %} {% for action in actions %} {% endfor %} {% for user in user_permissions %} {% for action in actions %} {% endfor %} {% endfor %} {% for action in actions %} {% endfor %}
Users{{ action }}
{{ user }}

{% if audit_log %}

Audit history

{% for entry in audit_log %} {% endfor %}
Date and time Operation by Operation Group User Action
{{ entry.timestamp }} {{ entry.operation_by }} {{ entry.operation }} {{ entry.group_name or '' }} {{ entry.actor_id or '' }} {{ entry.action_name }}
{% endif %} {% endblock %}