{% load i18n static cookie_consent %} {% comment %} Cookie-consent banner — rendered on every page (public + app) via the ``cookie_consent`` block in conjunto/base.html, but only when the ``cookie_consent.enabled`` VENDOR setting is on. The markup ships ``hidden``; cookie_consent.js reveals it only when the visitor has no valid consent for the current policy version. Consumers restyle it by overriding the blocks below (cookie_title, cookie_intro, cookie_image, cookie_privacy_link, cookie_categories, cookie_actions) — same pattern as registration/login.html. "Reject all" and "Accept all" are equally prominent (no dark patterns) and the granular checkboxes default to OFF (active opt-in, BGH I ZR 7/16). {% endcomment %} {% if request.scoped_settings.cookie_consent.enabled %} {% cookie_consent_categories as cj_categories %}
{% endif %}