{% extends "profiles/settings/base.html" %} {% load i18n %} {% block title %}{% trans "Profile" %} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Profile" %}
  • {% endblock %} {% block body_id %}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 %}
    {% csrf_token %}

    {{ form.full_name }} {{ form.full_name.errors }}

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

    {% endblock %}