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

States

{% for state in states %} {% endfor %}
Interface Protocol Source Destination State Packets Bytes Expires
{{ state.ifname }} {{ state.proto }} {{ state.src }} {{ state.dst }} {{ state.state }} {{ state.packets }} {{ state.bytes }} {{ state.expires }}
{% endblock %} {% block footer %} {{ super() }} {% endblock %}