{% if not filter %}
{% if is_searchable or order_by_choices %}
{% comment %}
The filter action's own template owns #filterForm when it renders. Search
and sort submit to that same id regardless of whether filtering is
configured, so without a filter this stands in as their target.
{% endcomment %}
{% endif %}
{% endif %}
{% for action_item in actions %}{% endfor %}