{% extends "base/consent.html" %} {% include "macros/browser-detect.html" %} {% block stylesheets %} {{ super() }} {% include "theme.html" %} {% endblock %} {% block body %}

{{ pgettext("concent", "To proceed, click the button below.") }}

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