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