{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %} {% include 'legal/menu.html' %}

{% translate "Cookies Policy" %}

{% if terms_url or privacy_url %}

{% blocktranslate %}This page is based on the General Terms and Conditions and the Privacy Policy, you should still read the original documents to fully understand them:{% endblocktranslate %}

{% endif %}

{% blocktranslate %}Cookies are used on this site for the following:{% endblocktranslate %}

{% endblock content %}