{% 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 icon=header_icon search_url=search_url search_form=search_form search_results_url=index_results_url only %}
{% endblock %}