{% extends "rules/__base.html" %} {% load i18n %} {% block headtitle %}{% trans 'Bundles · Silent Dune' noop %}{% endblock %} {% block page-content %}
{% for alert in alerts %} {% endfor %}
Time Stamp Destination IP Port Protocol IP Version Description Options
{{alert.total}} {{ alert.time_stamp }} {{ alert.destination_ip }} {{ alert.port }} {{ alert.protocol }} {{ alert.ip_version }} {{ alert.descr }}
{% endblock page-content %} {% block script %} {% endblock script %}