{% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_messages %} {% from "macros.html" import shorten_string %} {% 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 Status Error message
{{ shorten_string(captured_url, 50, with_title=True) }} Show capture Please wait...
{% endblock %}