{% if audit_log %}

Audit log

{% for entry in audit_log %} {% endfor %}
When Who Action Target
{{ entry.timestamp }} {{ entry.operation_by }} {% if entry.operation == 'make_public' %}Made public{% endif %} {% if entry.operation == 'make_private' %}Made private{% endif %} {% if entry.operation == 'sql_enabled' %}Enabled SQL{% endif %} {% if entry.operation == 'sql_disabled' %}Disabled SQL{% endif %} {% if entry.table_name %}Table: {{ entry.table_name }}{% else %}Database{% endif %}
{% endif %} {% if next_page %}

Next page

{% endif %}