{% extends "user_profile_base_extended.html" %} {% load i18n %} {% block title %} {{ block.super }} » {% trans "Profile" %} {% endblock %} {% block bodyclass %}profile{% endblock %} {% block breadcrumb_content %} {{ block.super }} » {% trans "Profile" %} {% endblock %} {% block section_description %}{% trans "Here you can change your personal details. This information will be used in the header of the translation files." %}{% endblock %} {% block section_body %}
{% endblock %}