{% 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) }}

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%}
Or type the user-agent of your choice:

{% if max_depth >= 2 %}
{%endif%}
{% if default_public %} By default, the capture is public. If you do not want that, untick the box at the top of the form. {% else %} By default, the capture is private (not visible on the index page). If you want it to be public tick the box at the top of the form. {% endif %}

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