{% 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 %}

{{ form.first_name }} {{ form.first_name.errors }}

{{ form.last_name }} {{ form.last_name.errors }}

{{ form.email }} {{ form.email.errors }}

{% endblock %}