-
- {% if form.environments is defined %}
-
- {{ form_row(form.environments) }}
-
- {% endif %}
- {% if form.contentTypes is defined %}
-
- {{ form_row(form.contentTypes) }}
-
- {% endif %}
- {% if form.sortBy is defined %}
-
- {{ form_row(form.sortBy) }}
-
- {% endif %}
- {% if form.sortBy is defined %}
-
- {{ form_row(form.sortOrder) }}
-
- {% endif %}
-
-
-
{# hide on mobile? (syv) #}
-
-
-
-
- {% if emsco_is_super() %}
-
- {% endif %}
-
-
- {{- form_errors(form) -}}
-
- {{ form_widget(form.filters) }}
-
-
- {% if form.minimumShouldMatch is defined %}
-
- {{ form_row(form.minimumShouldMatch) }}
-
- {% endif %}
-
-
+ {% if form.environments is defined %}
+
+ {{ form_row(form.environments) }}
+
+ {% endif %}
+ {% if form.contentTypes is defined %}
+
+ {{ form_row(form.contentTypes) }}
+
+ {% endif %}
+ {% if form.sortBy is defined %}
+
+ {{ form_row(form.sortBy) }}
+
+ {% endif %}
+ {% if form.sortBy is defined %}
+
+ {{ form_row(form.sortOrder) }}
+
+ {% endif %}
+