{% extends "profiles/settings/base.html" %} {% load assets i18n %} {% block title %}{% trans "Translation Settings" %} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Translation Settings" %}
  • {% endblock %} {% block body_id %}settings{% endblock %} {% block section_description %}{% trans "Here you can configure the settings related to the translation interface." %}{% endblock %} {% block section_body %}
    {% csrf_token %} {{ 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 %} {% endblock %}