{% from "macros.html" import shorten_string %} {% block content %}

{{ hostname }}

Only the most recent captures are listed below, this will change soon.
{% for capture_uuid, title, landing_page, capture_time, nodes in captures %} {% endfor %}
Capture Time Capture Title Landing page
{{capture_time}} {{ title }}
The capture contains this hostname in {{ nodes|length }} nodes, click below to see them on the tree:
{{ landing_page }}
{% endblock %}