{% load i18n %}
{% trans "Choose" as choose_str %}
{% include "wagtailadmin/shared/header.html" with title=choose_str subtitle=model_opts.verbose_name icon="snippet" %}
{% if is_searchable or locale or locale_options %}
{% endif %}
{% include "wagtailsnippets/chooser/results.html" %}