{% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_messages %} {% block title %}Captures{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}

Ongoing captures

The captures below are queued, it will take a few minutes before the links are working
{% for uuid, captured_url in bulk_captures %} {% endfor %}
URL Link
{{ captured_url }} Show capture
{% endblock %}