{% extends "base.html" %} {% load staticfiles %} {% load add_get_parameter %} {% block titlemore %}/Traps{% endblock %} {% block h1more %}/Traps{% endblock %} {% block headjs %} {% endblock %} {% block body %}
{% for field in trapfilter %} {% endfor %} {% for field in trapfilter %} {% endfor %} {% for field in trapexclude %} {% endfor %} {% for field in trapexclude %} {% endfor %}
Filter Traps Statistics Links
{{ field.label_tag }}
{{ field }}
{{ field.label_tag }}
{{ field }}
Reset all
{% csrf_token %} {% include "traps/snippet_trap_as_tr.html" %}
{% include "snippet_obj_prev_next.html" with objs=traps objcount=trapcount objname="Traps" %}
Time TrapOID Host Category Severity Message
{% include "snippet_obj_prev_next.html" with objs=traps objcount=trapcount objname="Traps" %}
{% endblock %}