{% include 'headline.html' %}

{# svg color #}

{# svg preview #}

{{ _('Color') }}

{{ _('Thread Consumption') }}

{{ _('Stops and Trims') }}

{{ _('Estimated Time') }}

{% if outer_loop.index == 1 %}

##

{{ svg_overview|safe }}

{{ _('Unique Colors') }}: {{ job.num_colors }} {{ _('Color Blocks') }}: {{ job.num_color_blocks }}

{{ _('Design box size') }}: {{ job.dimensions }} {{ _('Total thread used') }}: {{job.estimated_thread }} {{ _('Total stitch count') }}: {{job.num_stitches }}

{{ _('Total nr stops') }}: {{ job.num_stops }} {{ _('Total nr trims') }}: {{ job.num_trims }}

{{ job.estimated_time }}

{% endif %} {% for color_block in color_block_part %}

#{{ loop.index + outer_loop.index0 * 13 }}

{{ color_block.svg_preview|safe }}

{{ color_block.color.thread_name }} {{ color_block.color.rgb }}

{{ _('thread used') }}: {{ color_block.color.thread_description }} {{ _('# stitches') }}: {{ color_block.num_stitches }}

{{ _('# stops') }}: {{ color_block.num_stops }} {{ _('# trims') }}: {{ color_block.num_trims }}

{{ color_block.estimatedtime }}

{% endfor %}
{% include 'footer.html' %}