{% extends "no_menu_base.html" %} {% load i18n %} {% load juntagrico.config %} {% block all_page_title %}
{% blocktrans trimmed %} {{ an }} verwendet Cookies. {{ an }} verwendet aber keine Cookies für Tracking etc. {{ an }} verwendet Session Cookies und Cookies zur CSRF Bekämpfung. Und um zu speichern ob du den Cookie Consent bestätigt hast. {% endblocktrans %}
{% blocktrans trimmed %}
Standardmässig speichert {{ an }} im Session-Cookie nur eine ID und die Session-Daten in der Datenbank.
Das Session-Cookie wird 2 Wochen gespeichert.
{% endblocktrans %}
{% trans "Die Aktuelle Informationen zu den Standard-Einstellungen findest du hier:" %}
https://docs.djangoproject.com/en/dev/topics/http/sessions/
{% trans "Diese Einstellungen können natürlich von deiner Initiative geändert worden sein." %}
{% trans "Mehr Infos zum CSRF Cookie findest du hier:" %} https://docs.djangoproject.com/en/dev/ref/csrf/
{% trans "Das Cookie-Consent-Cookie speichert für ein Jahr ab, ob du den Cookies zugestimmt hast." %}
{% blocktrans trimmed %} Gerne kannst du das natürlich bei dir konkret überprüfen und uns mitteilen wenn das was hier steht nicht stimmt oder nicht mehr stimmt. {% endblocktrans %}
{% endwith %}