{% extends "base.html" %} {% block content %}

States

{% for state in states %} {% endfor %}
IF Proto Source (Original SRC) Destination (Original DST) State Packets Bytes Expires
{{ state.ifname }} {{ state.proto }} {{ state.src }} {{ state.dst }} {{ state.state }} {{ state.packets[1]|safe }} {{ state.bytes[1]|safe }} {{ state.expires[1] }}
{% endblock %} {% block footer %} {{ super() }} {% endblock %}