{% extends "base.html" %} {% load staticfiles %} {% load add_get_parameter %} {% block titlemore %}/States{% endblock %} {% block h1more %}/States{% endblock %} {% block headjs %} {% endblock %} {% block body %}
{% for field in statefilter %} {% endfor %} {% for field in statefilter %} {% endfor %} {% for field in stateexclude %} {% endfor %} {% for field in stateexclude %} {% endfor %}
Filter States Statistics Links
{{ field.label_tag }}
{{ field }}
{{ field.label_tag }}
{{ field }}
Reset all
{% csrf_token %} {% include "states/snippet_state_as_tr.html" %}
{% include "snippet_obj_prev_next.html" with objs=states objcount=statecount objname="States" %}
Host Event Status Start Stop Duration Sub
{% include "snippet_obj_prev_next.html" with objs=states objcount=statecount objname="States" %}
{% endblock %}