{{ block.title }}

{% if block.column_toggles and block.columns_toggle_href %}
{{ translate("filter.columns", locale) }} {% if block.columns_open %} {% endif %}
{% endif %}
{% if block.hidden %} {% for hname, hvalue in block.hidden.items() %} {% endfor %} {% endif %} {% for field in block.fields %} {% if field.type == "date_range" %}
{% if field.label %} {% endif %}
{% elif field.type == "text" %}
{% if field.label %} {% endif %}
{% elif field.type == "select" %}
{% elif field.type == "checkboxes" %}
{% endif %} {% endfor %} {% if block.actions.reset and block.actions.reset.href %} {% endif %} {% if block.actions.apply %}
{% endif %}