summaryrefslogtreecommitdiff
path: root/print/templates/operator_overview.html
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-12-18 08:44:37 +0100
committerGitHub <noreply@github.com>2021-12-18 08:44:37 +0100
commit1d3cb680c4ec253165fb5cd183e8b4e920f635be (patch)
treef17f5e55d4e510dc04f41d764065519bc69916ff /print/templates/operator_overview.html
parentffeb265e5310e3c899c27f5364b070c09e50e5ff (diff)
PDF: Estimated thread (#1389)
Diffstat (limited to 'print/templates/operator_overview.html')
-rw-r--r--print/templates/operator_overview.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html
index a7f33a85..f61c2a6f 100644
--- a/print/templates/operator_overview.html
+++ b/print/templates/operator_overview.html
@@ -12,8 +12,9 @@
<div>
<div class="table">
<p><span>{{ _('Design box size') }}:</span><span>{{ "%0.1fmm X %0.1fmm" | format(*job.dimensions) }}</span></p>
- <p><span>{{ _('Total stitch count') }}:</span><span>{{job.num_stitches }}</span></p>
- <p><span>{{ _('Total thread used') }}:</span><span>{{job.total_thread_used }}</span></p>
+ <p><span>{{ _('Total stitch count') }}:</span><span>{{ job.num_stitches }}</span></p>
+ <p><span>{{ _('Total thread used') }}:</span><span class="total-estimated-thread"></span></p>
+ <p style="display:none;" id="estimated-thread">{{ job.estimated_thread }}</p>
</div>
</div>
<div>