From b5968dc11ff479f2c7cd5217c47a872fe04295e4 Mon Sep 17 00:00:00 2001
From: Lex Neva
- {{ _('Design box size') }}: {{ job.dimensions }} + {{ _('Design box size') }}: {{ "%0.1fmm X %0.1fmm" | format(*job.dimensions) }} {{ _('Total thread used') }}: {{job.estimated_thread }} {{ _('Total stitch count') }}: {{job.num_stitches }}
diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html index 8615c42a..59b2e028 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -11,7 +11,7 @@{{ _('Design box size') }}:{{ job.dimensions }}
+{{ _('Design box size') }}:{{ "%0.1fmm X %0.1fmm" | format(*job.dimensions) }}
{{ _('Total stitch count') }}:{{job.num_stitches }}
{{ _('Total thread used') }}:{{job.estimated_thread }}
{{ _('Design box size') }}:{{ job.dimensions }}
+{{ _('Design box size') }}:{{ "%0.1fmm X %0.1fmm" | format(*job.dimensions) }}
{{ _('Total stitch count') }}:{{job.num_stitches }}
{{ _('Total thread used') }}:{{job.estimated_thread }}