{% import 'macros/flash.html' as flash with context %} {% extends "admin/index.html" %} {% block content %}

Cached hierarchies

Cached hierarchies Table

{% for value in data.items %} {% endfor %}
id Organisation id Current hierarchy id Hierarchy id Name Path Level Parent id Key value Edit
{{ value.id }} {{ value.organisation_id }} {{ value.current_hierarchy_id }} {{ value.hierarchy_id }} {{ value.name }} {{ value.path }} {{ value.level }} {{ value.parent_id }} {{ value.key_value }} Edit | Delete
{% endblock content %}