{% if individual %}

{{'Privacy settings'|trans}}

{% if saved %}

{{'Your changes have been saved.'|trans}}

{% endif %} {{this.openForm()}}
{{'Necessary cookies'|trans}}

{{'Essential cookies needed by this site. Without these cookies services cannot be provided.'|trans}}

{{'Functionality'|trans}}

{{"These cookies are used to remember choices you've made, for example to remember your login username."|trans}}

{{'Analytics'|trans}}

{{'These cookies are used to monitor traffic levels and page visits anonymously on our site.'|trans}}

{{'Social Media'|trans}}

{{'These cookies allow easy sharing of pages via social media, and allow tracking of shares.'|trans}}

{{this.closeForm()}} {% else %}
{{"Your current cookie status on this website is:"|trans}}
{{Status}}
{% if Accepted_Cookies %}
{{"Click here to reject further cookies."|trans}}
{{"Reject Cookies"|trans}}
{% endif %} {% if Rejected_Cookies %}
{{"Click here to opt in to cookies on this site."|trans}}
{{"Accept Cookies"|trans}}
{% endif %} {% endif %}