{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
{% include 'categories.html' %}
{{ _('Automatic') }} {% for lang_id,lang_name,country_name in language_codes %} {{ lang_name}} ({{ country_name }}) - {{ lang_id }} {% endfor %}
{% for locale_id,locale_name in locales.items() %} {{ locale_name}} {% endfor %}
{{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }} {{ _("These cookies serve your sole convenience, we don't use these cookies to track you.") }}