{% extends "user_profile_base_extended.html" %} {% load i18n %} {% 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 %}
{% endblock %}