{% if network.icmp %} {% for packet in network.icmp %} {% endfor %}
Source Destination ICMP Type Data
{{packet.src}} {{packet.dst}} {{packet.type}} {{packet.data}}
{% else %}

No ICMP traffic performed.

{% endif %}