{% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_icon %} {% from 'bootstrap5/utils.html' import render_messages %} {% from "macros.html" import shorten_string %} {% block title %}Capture of {{info.url}}{% endblock %} {% block card %} {% endblock %} {% block scripts %} {{ super() }} {% if auto_trigger_modules %} {% endif%} {% if enable_monitoring %} {% endif%} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %} {{super()}} {{ render_messages(container=True, dismissible=True) }} {% if enable_context_by_users %} {% endif %} {% if enable_monitoring %} {% endif %} {% if enable_mail_notification %} {% endif %} {% endblock content %}