{% extends "layout.html" %} {% block content %} {% if data['network_capture_list']|count %} {% for network_capture in data['network_capture_list'] %}

{{ network_capture.name }}

{% if network_capture.analyse %} {% endif %} Download raw file
{% endfor %} {% else %}

There is no network capture

{% endif %} {% endblock %}