{% extends "accounts/base-profile.html" %}{% load i18n l10n pages widget_tweaks %} {% block tab_profile_main %}
  • {% trans "Profile" %}
  • {% endblock %} {% block profile_content %} {% include "_includes/form_errors.html" %}

    {% trans "Profile Informations" %}

    {% csrf_token %} {% include "_includes/field.html" with field=form.name|attr:"autofocus" %} {% include "_includes/field.html" with field=form.email %}
    {% endblock %}