{% 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 %} {%else%} {%endif%} {% block content %} {% if from_popup %}
{%endif%}
{{ body_hash }}
Only the most recent captures are listed below, this will change soon.
Download

The same file was seen in these captures recently:

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