{% extends "main.html" %} {% from 'bootstrap/utils.html' import render_messages %} {% from "macros.html" import shorten_string %} {% block title %}Capture of {{root_url}}{% endblock %} {% block card %} {% endblock %} {% block scripts %} {{ super() }} {% if auto_trigger_modules %} {% endif%} {% endblock %} {% block content %} {{super()}} {{ render_messages(container=True, dismissible=True) }}