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

    {% trans "Cookies Policy" %}

    {% blocktrans %}This page is based on the Terms of Service and the Privacy Policy, you should still read the original documents to fully understand them:{% endblocktrans %}

    {% blocktrans %}Cookies are used on this site for the following:{% endblocktrans %}

    {% endblock %}