{% extends "oscar/base.html" %} {% block title %}{{ _('preferences') }} - {% endblock %} {% block site_alert_warning_nojs %} {% endblock %} {% block content %}

{{ _('Preferences') }}

{% include 'oscar/categories.html' %}
{{ _('What language do you prefer for search?') }}
{{ _('Change the language of the layout') }}
{{ _('Find stuff as you type') }}
{{ _('Proxying image results through searx') }}
{{ _('Change how forms are submited, learn more about request methods') }}
{{ _('Change searx layout') }}
{% for (categ,search_engines) in categs %}
{% for search_engine in search_engines %} {% if not search_engine.private %}
{{ search_engine.name }} ({{ shortcuts[search_engine.name] }})
{% endif %} {% endfor %}
{% 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.") }}

{{ _('back') }}
{% endblock %}