{% extends 'site.html' %} {% block title %}{{ LANG.PREFERENCES }}{% endblock %} {% block content %}
{{ LANG.PREFERENCES }}
{% set foo = {'0': 'save'} %}
{% if error_msg != '' %}{{ error_message(error_msg) }}{% endif %} {% if params.0 == 'saved' %}{{ success_message(LANG.YOUR_PREFERENCES_SAVED) }}{% endif %}
{{ LANG.GENERAL_OPTIONS }}
{{ LANG.TIMEZONE }}:
{% endblock %}