{% load i18n admin_static %} {% block extra_js %} {% include "wagtailadmin/shared/datetimepicker_translations.html" %} {% endblock %}

{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}

{% with choices.0 as i %}
{{ spec.form.media }} {{ spec.form.as_p }}

{#create hidden inputs to preserve values from other filters and search field#}

{% for k, v in i.get_query.items %} {% endfor %}
{% endwith %}