{% extends "base.html" %} {% load static compress %} {% block page_title %}{{ system|upper }} - InfiniMetrics{% endblock %} {% block body_class %}system-page{% endblock %} {% block extra_head %} {# This css is also loaded by the add monitor dialog, but it causes problems on first show. Putting it here prevents that. #} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %} {% endblock %} {% block header %} {% endblock %} {% block content %} {% include "sidebar_system.html" %}
{{ system }} {% block breadcrumbs %} {{ tab }} {{ experimental | experimental_label }} {% endblock %}
{% include "system_status.html" %}
{% spaceless %}

{% endspaceless %}
{% block toolbar %} {% endblock %} {% block main %}
{% block entities_table %} {% endblock %}
{% endblock %}
{% endblock %}