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

File: {{ file_name }}

0%
{% for entry in unique_data_sorted %} {% endfor %}
Source Server Name Source IP Source Application Source Process Destination Server Name Destination IP Destination Application Destination Process Destination Port Source VLAN Destination VLAN Count
{{ entry.source_server_name }} {{ entry.source }} {{ entry.source_application }} {{ entry.source_process }} {{ entry.destination_server_name }} {{ entry.target }} {{ entry.destination_application }} {{ entry.destination_process }} {{ entry.port }} {{ entry.source_vlan }} {{ entry.destination_vlan }} {{ entry.count }}
{% endblock %}