{% extends "admin/dashboard/dashboard_base.html" %} {% load admin_static %} {% block content %}
{% include "/opt/planetstack/templates/admin/dashboard/developer.html" %}
{% include "/opt/planetstack/templates/admin/dashboard/cdnoperations.html" %}
{% include "/opt/planetstack/templates/admin/dashboard/hpc_historical.html" %}
{% include "/opt/planetstack/templates/admin/dashboard/slice_interactions.html" %}
{% include "/opt/planetstack/templates/admin/dashboard/tenant.html" %}
{% endblock %}