{% endblock %}
{% block body_id %}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 %}
{% endblock %}
{% block scripts_extra %}
{% assets "js_common" %}
{% endassets %}
{% if LANGUAGE_BIDI %}
{% endif %}
{% endblock %}