From ea3518103895ad380d531502e32b03edf14cde47 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sat, 5 Dec 2015 13:01:00 +0200 Subject: Cleanup --- servo/templates/orders/products.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'servo/templates/orders/products.html') diff --git a/servo/templates/orders/products.html b/servo/templates/orders/products.html index e8185af..7088945 100755 --- a/servo/templates/orders/products.html +++ b/servo/templates/orders/products.html @@ -25,7 +25,7 @@ {{ product.code }}
{{ item.title }}
{% if item.sn or item.kbb_sn %} -

{% trans "Serial Number" %}: {{ item.sn }}{% if item.kbb_sn %}, KBB: {{ item.kbb_sn }}{% endif %}

+

{% trans "Serial Number" %}: {{ item.sn|default:"-" }}{% if item.kbb_sn %}, KBB: {{ item.kbb_sn }}{% endif %}

{% endif %} {% if product.is_apple_part %} {% for repair in order.get_repairs %} @@ -57,11 +57,11 @@ {% if order.is_editable %}
- {% if item.should_report %} + {% if item.should_report %} - {% else %} + {% else %} - {% endif %} + {% endif %}
@@ -95,7 +95,7 @@ {% endwith %}


- {% if order.serviceorderitem_set.count %} +{% if order.serviceorderitem_set.count %}

{% trans "Order Total" %}: {{ order.gross_total|currency }}

- {% endif %} +{% endif %}

-- cgit v1.2.3