{% extends "wagtailadmin/generic/listing.html" %}
{% load i18n %}
{% block header %}
{% include "wagtailadmin/shared/header.html" with title=page_title subtitle=page_subtitle action_url=header_action_url action_text=header_action_label search_url=search_url search_form=search_form icon=header_icon only %}
{% endblock %}
{% block extra_js %}
{{ block.super }}
{% if search_form %}
{% endif %}
{% endblock %}