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