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