{% 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 %}

    • {% trans "Authentication cookies which are required for recognizing authenticated users." %}
    • {% trans "Preferences cookie to store user preferences in certain situations." %}
    • {% if piwik_site_id and piwik_url %}
    • {% trans "This site uses Matomo to analyze website traffic. It honours "Do Not Track" settings in your browser." %}
    • {% endif %} {% if google_analytics_id %}
    • {% trans "This site uses Google Analytics to analyze website traffic." %}
    • {% endif %}
    {% endblock %}