{% extends "cookie_consent/base.html" %} {% load cookie_tags i18n %} {% block body %}

{% trans 'Cookies' %}

{% trans 'This is a list of the categories of cookies used in our website and why we use them.' %}

{% comment %} {% trans 'For more information, please read:' %} {% trans 'Privacy Statement' %} {% endcomment %}

{% for cookie_group in object_list %} {% include "cookie_consent/_cookie_group.html" %}
{% endfor %} {% endblock %}