{% load wagtailadmin_tags %} {% block title %} {% endblock %} {% block side_panels %} {% for panel in side_panels %} {% endfor %} {% endblock side_panels %} {% block breadcrumbs %} {% endblock %} {% block history_link %} {% if hydrate_create_view and history_url %} {% endif %} {% endblock %} {% block form_title_heading %} {% endblock %} {% block form %} {% if hydrate_create_view and object.latest_revision_id and loaded_revision_created_at %} {% endif %} {% endblock %} {% block editing_sessions %} {% comment %} The create view is not initially loaded with the editing sessions module, as it requires the instance to exist. Once the instance is created, we load the module into place adjacent to the autosave indicator. {% endcomment %} {% if hydrate_create_view and editing_sessions %} {% endif %} {% endblock %} {% block extra %}{% endblock %}