2020-01-03 16:03:05 +00:00
{% macro cookie_banner(message, id='global-cookie-message') %}
2020-01-08 09:43:34 +00:00
< div id = "{{ id }}" class = "notify-cookie-banner notify-cookie-banner__with-js" data-module = "cookie-banner" role = "region" aria-describedby = "notify-cookie-banner__heading" >
2020-01-06 16:52:03 +00:00
< div class = "notify-cookie-banner__wrapper govuk-width-container" >
< h2 class = "notify-cookie-banner__heading govuk-heading-m" id = "notify-cookie-banner__heading" > Cookies on GOV.UK Notify< / h2 >
< p class = "govuk-body" > We use < a class = "govuk-link" href = "/cookies" > small files called cookies< / a > to make GOV.UK Notify work.< / p >
2020-01-08 09:43:34 +00:00
< p class = "govuk-body" > We'd also like to use analytics cookies to help us improve our service.< / p >
< p class = "govuk-body" > Please let us know if this is OK.< / p >
< div class = "notify-cookie-banner__buttons" >
< div class = "notify-cookie-banner__button notify-cookie-banner__button-accept" >
< button class = "govuk-button notify-cookie-banner-button" type = "submit" data-accept-cookies = "true" > Yes, I accept analytics cookies< / button >
2020-01-03 16:03:05 +00:00
< / div >
2020-01-08 09:43:34 +00:00
< div class = "notify-cookie-banner__button notify-cookie-banner__button-reject" >
< button class = "govuk-button notify-cookie-banner-button" type = "submit" data-accept-cookies = "false" > No, do not use analytics cookies< / button >
2020-01-03 16:03:05 +00:00
< / div >
< / div >
< / div >
< div class = "notify-cookie-banner__confirmation govuk-width-container" tabindex = "-1" >
< p class = "notify-cookie-banner__confirmation-message govuk-body" >
You can < a class = "govuk-link" href = "/cookies" > change your cookie settings< / a > at any time.
< / p >
< button class = "notify-cookie-banner__hide-button" data-hide-cookie-banner = "true" > Hide< / button >
< / div >
< / div >
{% endmacro %}