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

    {% trans "Cookies Policy" %}

    {% url 'legal:terms' as terms_url %} {% blocktrans %}This page is based on Terms of Service, you should still read the original document to fully understand it.{% endblocktrans %}

    {% blocktrans %}We use cookies for following purposes:{% endblocktrans %}

    • {% trans "Authentication cookies which are required for recognizing authenticated users." %}
    • {% trans "Preferences cookie to store user preferences in certain situations." %}
    • {% trans "Cross site request forgery cookies which we use to prevent certain Cross Site Request Forgeries attacks." %}
    • {% trans "We use Piwik to analyze traffic on our website. Piwik does respect Do Not Track settings in your browser." %}

    {% blocktrans %}You can find more information about cookies in the Wikipedia article.{% endblocktrans %}

    {% endblock %}