aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/orders/search.html')
-rwxr-xr-xservo/templates/orders/search.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/servo/templates/orders/search.html b/servo/templates/orders/search.html
new file mode 100755
index 0000000..2789b20
--- /dev/null
+++ b/servo/templates/orders/search.html
@@ -0,0 +1,7 @@
+{% load i18n %}
+
+{% if orders %}
+ {% include "orders/list.html" %}
+{% else %}
+ <h1 class="muted text-center">{% trans "No orders found" %}</h1>
+{% endif %}