{% extends "legacy/base.html" %} {% block head %} {% endblock %} {% block content %}

{{ _('Preferences') }}

{% if 'language' not in locked_preferences %}
{{ _('Search language') }}

{% endif %} {% if 'locale' not in locked_preferences %}
{{ _('Interface language') }}

{% endif %} {% if 'method' not in locked_preferences %}
{{ _('Method') }}

{% endif %} {% if 'theme' not in locked_preferences %}
{{ _('Themes') }}

{% endif %}
{{ _('Currently used search engines') }} {% for categ in all_categories %} {% for search_engine in engines_by_category[categ] %} {% if not search_engine.private %} {% endif %} {% endfor %} {% endfor %}
{{ _('Engine name') }} {{ _('Allow') }} / {{ _('Block') }}
{{ search_engine.name }} ({{ shortcuts[search_engine.name] }})‎

{{ _('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.") }}

{% endblock %}