{{# @name Cookie banner @desc The cookie banner component defined in `resources/views/snippets/_seo.antlers.html` and yielded in `resources/views/layout.antlers.html`. #}}

{{ trans:strings.cookie_title }}

{{ trans:strings.cookie_explanation }} {{ if seo:link_privacy_statement == 'entry' }} {{ trans:strings.cookie_learn_more }} {{ elseif seo:link_privacy_statement == 'pdf' }} {{ trans:strings.cookie_learn_more }} {{ /if }}

{{# Functional cookies are always on. #}} {{# x-model analyticsStorage checkbox. #}} {{# x-model adStorage checkbox only when GTM is being used. #}} {{ if seo:tracker_type == 'gtm' }} {{ /if }}
{{# Accept cookies and set current date. #}} {{# Ignore consent and hide banner. #}}
{{# Yield this section in `resources/layouts/_footer.antlers.html` so users can reset their consent. #}} {{ section:reset_cookie_consent }} {{ if seo:use_cookie_banner }} {{# Read out global store consent status and display a reset consent link by saving the initial state. #}} {{ trans:strings.cookie_reset_consent }} {{ /if }} {{ /section:reset_cookie_consent }}