{% load i18n %} {% trans "Choose a news item" as choose_str %} {% include "wagtailadmin/shared/header.html" with title=choose_str icon="icon icon-grip" %}
{# Need to keep the form in the HTML, even if it is not searchable #} {# This is to allow pagination links to be generated from the form action URL #}
{% include "wagtailnews/chooser/search_results.html" with choosing=1 %}