{% block h1 %}

Choose {{ opts.verbose_name }}

{% endblock %}
{# 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 %}
{% block search_results %} {% include results_template_name %} {% endblock %}