{% extends "account/base.html" %}{% load i18n jquerymobile_tags %} {% block head_title %}{% trans "Timezone" %}{% endblock %} {% block body %}

{% trans "Timezone" %}

{% trans "This site can localize all times into your preferred timezone. Change your timezone below." %}

{% csrf_token %}
{{ form|as_jquerymobile }}
{% endblock %}