##
{{ svg_overview|safe }}
{{ _('Unique Colors') }}: {{ job.num_colors }} {{ _('Color Blocks') }}: {{ job.num_color_blocks }}
{{ _('Design box size') }}: {{ "%0.1fmm X %0.1fmm" | format(*job.dimensions) }} {{ _('Total thread used') }}: {{job.estimated_thread }} {{ _('Total stitch count') }}: {{job.num_stitches }}
{{ _('Total stops') }}: {{ job.num_stops }} {{ _('Total trims') }}: {{ job.num_trims }}
{{ color_block.svg_preview|safe }}
{{ color_block.color.name }} {{ color_block.color.rgb }} {{ color_block.color.manufacturer }} {{ "#" + color_block.color.number if color_block.color.number }}
{{ _('thread used') }}: {{ _('# stitches') }}: {{ color_block.num_stitches }}
{{ _('trims') }}: {{ color_block.num_trims }} {{ _('stop after?') }}: {{ _("yes") if color_block.stop_after else _("no") }}