{% load i18n %}
{% trans "Choose a page" as choose_str %}
{% include "wagtailadmin/shared/header.html" with title=choose_str search_url="wagtailadmin_choose_page" %}
{% include 'wagtailadmin/chooser/_link_types.html' with current='internal' %}
{# content in here will be replaced by live search results #}
{% include 'wagtailadmin/chooser/_search_results.html' %}