{# /** * @file * Theme override for a views exposed form. * * Available variables: * - form: A render element representing the form. * * @see template_preprocess_views_exposed_form() */ #} {% if q is not empty %} {# This ensures that, if clean URLs are off, the 'q' is added first, as a hidden form element, so that it shows up first in the POST URL. #} {{ q }} {% endif %}
{{ form.term_node_tid_depth }} {{ form.combine }} {{ form|without('created', 'field_status_target_id', 'combine', 'term_node_tid_depth') }}
{{ form.field_status_target_id }} {{ form.created }}