+
+
+ {# Search modal, if there are form errors the form is automatically openend #}
+ {% include "oscar/dashboard/partials/advanced_search_modal.html" with form=form style='horizontal' %}
+
+ {% if search_filters %}
+
+
+ {% for filter in search_filters %}
+ {{ filter }}
+ {% endfor %}
+
+
+ {% endif %}
+
- {% if orders %}
-
- {% else %}
-
-
{{ queryset_description }}
-
-
{% trans "No orders found." as tmsg %}{{ tmsg | force_escape }}