{% load i18n wagtailadmin_tags %} {% include "wagtailadmin/shared/header.html" with title=page_title merged=1 subtitle=page_subtitle icon=header_icon %} {% if creation_form %} {{ creation_form.media.js }} {{ creation_form.media.css }} {% endif %} {% comment %} Do not attach JavaScript behaviour (data-tabs) below if there are no actual tabs used {% endcomment %}
{% if creation_form %}
{% include 'wagtailadmin/shared/tabs/tab_nav_link.html' with tab_id='search' title=search_tab_label %} {% include 'wagtailadmin/shared/tabs/tab_nav_link.html' with tab_id=view.creation_tab_id title=creation_tab_label %}
{% else %} {% comment %} Ensure layout still works as expected (gap under header from tabs wrapper) even if no tabs used {% endcomment %}
{% endif %}
{% if creation_form %} {% include view.creation_form_template_name %} {% endif %}