aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/shipments/add_to_return-results.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/shipments/add_to_return-results.html')
-rwxr-xr-xservo/templates/shipments/add_to_return-results.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/servo/templates/shipments/add_to_return-results.html b/servo/templates/shipments/add_to_return-results.html
new file mode 100755
index 0000000..0f1d94e
--- /dev/null
+++ b/servo/templates/shipments/add_to_return-results.html
@@ -0,0 +1,8 @@
+{% load i18n %}
+<ul class="nav nav-pills nav-stacked">
+{% for i in results %}
+ <li><a href="{% url 'shipments-add_to_return' pk=shipment part=i.pk %}">{{ i.order_item.code }}</a></li>
+{% empty %}
+ <li class="text-center">{% trans "No parts found" %}</li>
+{% endfor %}
+</ul>