{% extends "wagtailadmin/generic/create.html" %} {% load wagtailusers_tags i18n wagtailadmin_tags %} {% block form_content %} {% block fields %} {% comment %} This block is not documented, but developers might assume its existence based on the docs for custom user forms. {% endcomment %} {% panel id="name" heading=form.name.label id_for_label=form.name.id_for_label is_required=True %} {% formattedfield field=form.name show_label=False %} {% endpanel %}