{% extends "wagtailadmin/edit_handlers/chooser_panel.html" %} {% comment %} TODO: make it possible to specify button labels that are better tuned to the particular use case: e.g. "Choose an author", "Choose a location" {% endcomment %} {% block chosen_state_view %} {{ page.title }} {% endblock %} {% block choose_another_button_label %}Choose another page{% endblock %} {% block choose_button_label %}Choose a page{% endblock %}