{% extends 'base.html' %} {% load i18n %} {% load mtp_common %} {% block page_title %}{% trans 'Cookies' %} – {{ block.super }}{% endblock %} {% block content %}

{% trans 'Cookies' %}

{% include 'govuk-frontend/components/error-summary.html' with form=form only %}

{% trans 'We put small files (known as ‘cookies’) onto your computer or mobile device when you visit this website.' %}

{% trans 'Cookies are used to:' %}

{% trans 'Cookies on ‘Send money to someone in prison’ are not used for advertising or marketing.' %}

{% trans 'You can read more about how cookies are used throughout GOV.UK.' %}

{% trans 'Cookies we use to improve our service' %}

{% trans 'We use Google Analytics to measure how you use this website so we can improve it based on your needs.' %} {% trans 'We do not allow Google to use or share the data about how you use it.' %}

{% csrf_token %}
{% trans 'Do you agree to the Ministry of Justice and other UK government departments using Google Analytics to help improve the ‘Send money to someone in prison’ service?' %} {% include 'mtp_common/forms/radio-field.html' with field=form.accept_cookies inline=True label_classes='govuk-!-display-none' only %}

{% trans 'Google Analytics stores information about:' %}

{% trans 'Google Analytics does NOT store:' %}

{% trans 'Google Analytics sets the following cookies:' %}

{% trans 'Name' %} {% trans 'Purpose' %} {% trans 'Expires' %}
_ga {% trans 'and' %} _ga_<container-id> {% trans 'Lets Google Analytics know which pages you visit' %} {% trans 'Up to 2 years' %}

{% trans 'Essential cookies' %}

{% trans 'These cookies need to be on to allow you to use this service.' %}

{% url 'terms' as terms_url %} {% url 'privacy' as privacy_url %} {% blocktrans trimmed %} For more information visit our terms and conditions and privacy policy. {% endblocktrans %}

{% trans 'Your progress when using the service' %}

{% trans 'When you use the ‘Send money to someone in prison’ service, we’ll set cookies to remember your progress through this site.' %} {% trans 'These cookies don’t store your personal data and are deleted when you close this website.' %}

{% trans 'Name' %} {% trans 'Purpose' %} {% trans 'Expires' %}
sessionid {% trans 'Saves your progress through the service' %} {% trans 'When you close this website' %}
csrftoken {% trans 'Ensures your forms are kept private' %} {% trans 'When you close this website' %}

{% trans 'Settings you’ve chosen' %}

{% trans 'When you use the ‘Send money to someone in prison’ service, we’ll set cookies to remember settings you change.' %} {% trans 'These cookies don’t store any personal data, but will be saved on your computer or mobile for some time.' %}

{% trans 'Name' %} {% trans 'Purpose' %} {% trans 'Expires' %}
{{ cookie_policy_cookie_name }} {% trans 'Saves the choices you make about cookies on this page' %} {% trans '1 year' %}
{% endblock %}