{% from "macros.html" import shorten_string %} {% if from_popup %} {% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_messages %} {% block title %}{{ body_hash }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {%endif%} {% block content %} {% if from_popup %} {%endif%}
{{ body_hash }}
Download
{% for domain, freq in domains %} {% endfor %}
Frequency Hostname
{{ freq }} {{ domain }}

The same file was seen in these captures:

{% for capture_uuid, title, timestamp, hostnode_uuid, url in captures %} {% endfor %}
Timestamp Title URL
{{ timestamp }} {% if from_popup %} {{ title }} {% else %} {{ title }} {% endif %} {{ url }}
{% endblock %}