{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags i18n %} {% block titletag %}{% trans "Change profile picture" %}{% endblock %} {% block content %} {% trans "Change profile picture" as change_str %} {% include "wagtailadmin/shared/header.html" with title=change_str %}

{% trans "Your current profile picture:" %}

{% csrf_token %}
{% endblock %}