{% extends "base.html" %} {% block title %}{% trans "page title" %}Cookie warning{% endtrans %} | Taguette{% endblock %} {% block contents %}

{% trans "title" %}Cookie warning{% endtrans %}

{% trans %}This website uses cookies to store your identity (if you choose to log in) and as a protection against cross-site request forgery (CSRF). Before continuing, you must accept their use by clicking the button below. Those are not "third-party" or "tracking" cookies.{% endtrans %}

{% endblock %}