{% extends "admin/base.html" %} {% load admin_static %} {% block extrahead %} {% endblock %} {% 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" %}
{% include "/opt/planetstack/templates/admin/dashboard/cdn_nodes.html" %}
{% endblock %}