{% extends "wagtailadmin/generic/chooser/chooser.html" %} {% block filter_form %} {# Need to keep the form in the HTML, even if the snippet is not searchable #} {# This is to allow pagination links to be generated from the form action URL #} {% block search_form %} {% endblock %} {% endblock %}