{% if report.analysis.network.http_ex or report.analysis.network.https_ex %}
{% for http in report.analysis.network.https_ex %} {% include "partials/http-request.html" with http=http %} {% endfor %} {% for http in report.analysis.network.http_ex %} {% include "partials/http-request.html" with http=http %} {% endfor %}
{% else %}

No traffic

{% endif %}