{% extends "layout.html" %} {% set active_page = 'tenants' %} {% block title %}Dashboard Tenants - {{ super() }}{% endblock %} {% block content %}

Dashboard Tenant Management


Retrieve the tenant hierarchy from the selected dashboard. Click on any item to expand it.

Results

Loading...
{% endblock %} {% block extra_scripts %} {% endblock %}