{% extends "base.html" %} {% load django_templating_sigh %} {% block title %}System-View Display{% endblock %} {% block pagebanner %}

Grand System View

Report Run @ {% now "F j, Y P"%}

{% endblock %} {% block content %}

This view is deprecated and will be removed soon.


Please use the "Summary" view and drill down instead.
{% include "displays/summary-block.html" %} {% for client in client_list %} {% set_interaction "foo" %} {% include "clients/client-nodebox.html" %} {% endfor %} {% endblock %}