{% extends "accounts/base-profile.html" %}{% load i18n l10n pages widget_tweaks %} {% block sidebar_profile %} {% trans "Profile" %} {% endblock %} {% block content %}
{% csrf_token %}
{% include "_includes/form-errors.html" %}
{% include "_includes/horizontal-labeled-big-field.html" with field=form.name|attr:"autofocus" %}
{% trans "Cancel" %}
{% endblock %}