{% extends "user_profile_base_extended.html" %} {% load i18n %} {% block title %} {% blocktrans with block.super as prevtitle %}{{ prevtitle }} » Translation Settings{% endblocktrans %} {% endblock %} {% block bodyclass %}settings{% endblock %} {% block breadcrumb_content %} {% blocktrans with block.super as prevtitle %}{{ prevtitle }} » Translation Settings{% endblocktrans %} {% 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.unit_rows }}

{{ form.input_height }}

{{ form.ui_lang }}

{{ form.languages}} {{ form.languages.help_text }}

{{ form.projects }} {{ form.projects.help_text }}

{{ form.alt_src_langs }} {{ form.alt_src_langs.help_text }}

{% endblock %}