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

{% trans "Edit profile" %}

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