{% extends "wagtailadmin/generic/listing.html" %} {% load static i18n wagtailadmin_tags %} {% block extra_css %} {{ block.super }} {% endblock %} {% block main_header %}
{% include "wagtailadmin/shared/header.html" with title=page_title subtitle=page_subtitle icon=header_icon only %}
{% endblock %} {% block listing %}
{{ block.super }} {% endblock %}