{% extends "wagtailadmin/generic/form.html" %} {% load wagtailimages_tags wagtailadmin_tags %} {% load i18n %} {% block main_header %} {% include "wagtailadmin/shared/header.html" with title=page_title subtitle=page_subtitle icon=header_icon merged=1 only %} {% endblock %} {% block content %} {% block header %} {{ block.super }} {% endblock %}
{% trans "Account" as account_text %} {% include 'wagtailadmin/shared/tabs/tab_nav_link.html' with tab_id='account' title=account_text %} {% trans "Roles" as roles_text %} {% include 'wagtailadmin/shared/tabs/tab_nav_link.html' with tab_id='roles' title=roles_text %}
{% csrf_token %}
{% endblock %} {% block extra_js %} {{ block.super }} {% include "wagtailadmin/pages/_editor_js.html" %} {% endblock %}