{% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_messages %} {% block title %}Capture{% endblock %} {% block card %} {% endblock %} {% block content %}
Lookyloo
{{ render_messages(container=True, dismissible=True) }}
{% if personal_ua %}
{% endif %}
{% for os, browsers in user_agents.items() %}
{% for browser, user_agents in browsers.items()%} {% endfor%} {% endfor%}
The file can either be the JSON export from the Firefox plugin Cookie Quick Manager or from an other Lookyloo capture.
{% 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 %}