{#- This file was automatically generated - do not edit -#} {% macro render_cookie(cookie, type) %} {% set checked = "" %} {% if cookie is string %} {% set name = cookie %} {% set checked = "checked" %} {% else %} {% set name = cookie.name %} {% if cookie.checked %} {% set checked = "checked" %} {% endif %} {% endif %}
  • {% endmacro %} {% set actions = config.extra.consent.actions %} {% if not actions %} {% set actions = ["accept", "manage"] %} {% endif %} {% if "manage" not in actions %} {% set checked = "checked" %} {% endif %}

    {{ config.extra.consent.title }}

    {{ config.extra.consent.description }}