{% extends "base.html" %} {% block content %}
Filename File Size MD5 Processing Start Duration Status
{{filename}} {{filesize|filesizeformat}} {{md5}} {{start}} {{duration}} {{status}}
{% if not status == "Success" %}
{{stderr}}
{% endif %}
{% for row in alerts | sort(attribute='timestamp')%} {% else %} {% endfor %}
Timestamp SID Class Type Message Source Destination Protocol
{{row.timestamp}} {{row.sid}} {{row.classtype}} {{row.message}} {{row.source}} {{row.destination}} {{row.protocol}}
No Alerts Generated
{% endblock %}