Steel Training

Shootoff

{% for i in range(target_count) %}
{% if i == target_count-1 %} {% with target_width=preview_scale * 30, target_height=preview_scale * 85 %} {% include 'popper_svg.html' %} {% endwith %} {% else %} {% with target_width=preview_scale * 20, target_height=preview_scale * 56 %} {% include 'popper_svg.html' %} {% endwith %} {% endif %}
{% endfor %}

{%trans%}Wall length required{%endtrans%}: {{ wall_length|round(1,'ceil') }}cm

{%trans%}Distance from wall{%endtrans%}: {{ distance }}m

{%trans%}Stage preparation{%endtrans%}:

{% for i in range(target_count) %}
{% if i == target_count-1 %} {% with target_width=scale * 30, target_height=scale * 85 %} {% include 'popper_svg.html' %} {% endwith %} {% else %} {% with target_width=scale * 20, target_height=scale * 56 %} {% include 'popper_svg.html' %} {% endwith %} {% endif %} {% if i==0 %}
{%trans%}ZERO point{%endtrans%} (Shootoff)
{% else %}
{{ (i * gap)|round(1,'ceil') }}cm {%trans%}from ZERO point{%endtrans%} {% if i > 1%} {%trans%}or{%endtrans%} {{gap|round(1,'ceil')}}cm {%trans%}from previous marker{%endtrans%} {% endif %} (Shootoff)
{% endif %}
{% endfor %}