{% extends "main.html" %} {% from 'bootstrap/utils.html' import render_messages %} {% block title %}Capture{% endblock %} {% block card %} {% endblock %} {% block content %}
Lookyloo

{{ render_messages(container=True, dismissible=True) }}
{% if max_depth >= 2 %}
{%endif%}

Browser Configuration (Lookyloo uses an emulated browser for all captures)

{% if personal_ua %}

Or pick the user agent of your choice:

{% endif %}
{% for os, browsers in user_agents.items() %}
{% for browser, user_agents in browsers.items()%} {% endfor%} {% endfor%}
By default, the capture is public. If you do not want that, untick the box at the top of the form.

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}