{##} {% if cookieConsentEnabled == 'Y' %}
{{ icon('outline', 'shield-check', 'size-10 md:mr-4 my-4') }}
{{ __(cookieConsentText) }}
{{ __('OK') }}
{% if hasPrivacyPolicy %}
{{ __('Privacy Policy') }}
{% endif %}
{% endif %}