{% extends "site.html" %} {% block head %} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %}
{% include 'system-dashboard-content.html' %}
{% endblock %}