{% block title %}{% trans %}Roundabout{% endtrans %}{% endblock %}
{% block favicon %}
{% endblock %}
{% endblock %}
{% block dialogs %}
{% endblock %}
{% if "cookie-banner" not in request.cookies %}
{% trans %}By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.{% endtrans %}
{% trans %}Dismiss{% endtrans %}
{% endif %}
{% if self.nav() | trim %}
{% endif %}
{% block full %}
{% block content %}
{% endblock %}
{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% for category, message in messages %}