{% extends "rebac_admin/base.html" %} {% block title %}Auth Tables{% endblock %} {% block content %}

Auth Tables

{% if sync_allowed %}
{% endif %} {% if auth_tables %}
{% for table in auth_tables %} {% endfor %}
ID Key Title Service
{{ table.id }} {{ table.key }} {{ table.title }} {{ table.is_service }}
{% else %}

No registered auth tables.

{% endif %} {% endblock %}