{% extends "wagtailadmin/base.html" %} {% load image_tags %} {% block titletag %}Editing {{ user.username}}{% endblock %} {% block bodyclass %}menu-users{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Editing" subtitle=user.username merged=1 tabbed=1 %}
{% endblock %}