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

Resources

{% if resources %}
{% for item in resources %} {% endfor %}
Title Table key View type
{{ item.title }} {{ item.table_key }} {{ item.admin_view }} Open
{% else %}

No available resources.

{% endif %} {% endblock %}