{% extends "user_profile_base_extended.html" %} {% load i18n baseurl %} {% block title %} {{ block.super }} » {% trans "Translation Settings" %} {% endblock %} {% block bodyclass %}settings{% endblock %} {% block breadcrumb_content %} {{ block.super }} » {% trans "Translation Settings" %} {% endblock %} {% block section_description %}{% trans "Here you can configure the settings related to the translation interface as well as your language preferences." %}{% endblock %} {% block section_body %}
{{ form.non_field_errors }} {% for field in form %}

{{ field.errors }} {{ field.label_tag }} {{ field }} {% if field.help_text %}{{ field.help_text }}{% endif %}

{% endfor %}

{% endblock %} {% block scripts_extra %} {% if LANGUAGE_BIDI %} {% endif %} {% endblock %}