{% load i18n widget_tweaks %} {% if success_message %} {% endif %}
{% csrf_token %}
{% render_field form.preferred_language class='form-control' %} {% if form.preferred_language.help_text %}
{{ form.preferred_language.help_text }}
{% endif %} {% if form.preferred_language.errors %}
{{ form.preferred_language.errors }}
{% endif %}
{% render_field form.current_time_zone class='form-control' %} {% if form.current_time_zone.help_text %}
{{ form.current_time_zone.help_text }}
{% endif %} {% if form.current_time_zone.errors %}
{{ form.current_time_zone.errors }}
{% endif %}
{% comment %} {% endcomment %}