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

{% translate "Cookies Policy" %}

{% if terms_url or privacy_url %}

{% if terms_url and 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 %} {% elif terms_url %} {% blocktranslate %}This page is based on the General Terms and Conditions, you should still read the original document to fully understand it:{% endblocktranslate %} {% else %} {% blocktranslate %}This page is based on the Privacy Policy, you should still read the original document to fully understand it:{% endblocktranslate %} {% endif %}

{% endif %}

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

{% endblock content %}