{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Edit profile" %} – {{ block.super }}{% endblock %} {% block content %}

{% trans "Edit profile" %}

{% csrf_token %} {% include "form.html" %} {% include "formbuttons_save.html" %}
{% endblock %}