From 1bd7aa110a1b30a6c44f4d792b3c817e10234c07 Mon Sep 17 00:00:00 2001
From: Lex Neva
Date: Mon, 23 Jul 2018 20:22:53 -0400
Subject: change '# stops' in block to be 'stop after?'
---
print/templates/operator_detailedview.html | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
(limited to 'print/templates/operator_detailedview.html')
diff --git a/print/templates/operator_detailedview.html b/print/templates/operator_detailedview.html
index e1899db4..e3c0d441 100644
--- a/print/templates/operator_detailedview.html
+++ b/print/templates/operator_detailedview.html
@@ -30,18 +30,16 @@
{{ _('Total stitch count') }}: {{job.num_stitches }}
- {{ _('Total nr stops') }}: {{ job.num_stops }}
- {{ _('Total nr trims') }}: {{ job.num_trims }}
+ {{ _('Total stops') }}: {{ job.num_stops }}
+ {{ _('Total trims') }}: {{ job.num_trims }}
-
{% for color_block in color_blocks %}
-
- {{ _('# stops') }}: {{ color_block.num_stops }}
- {{ _('# trims') }}: {{ color_block.num_trims }}
+ {{ _('trims') }}: {{ color_block.num_trims }}
+ {{ _('stop after?') }}: {{ _("yes") if color_block.stop_after else _("no") }}
{% endfor %}
-
-
--
cgit v1.2.3