Steel Training
{{ stage.split('_') | map('capitalize') | join(' ') }}
{% for target in preview_target_info %}
{% endfor %}
{%trans%}Wall length required{%endtrans%}: {{ wall_length/10 }}cm
{%trans%}Distance from wall{%endtrans%}: {{ distance|round(1,'ceil') }}cm
{%trans%}Stage preparation{%endtrans%}:
- {%trans%}Place the first target with the 'ZERO point' marker on the left side of the wall{%endtrans%}
- {%trans%}Set shooting box{%endtrans%} {{ box_position }}cm {%trans%}from 'ZERO' point (along the wall) and{%endtrans%} {{distance}}cm {%trans%}from the wall{%endtrans%}
- {%trans%}Ensure that the starting field is positioned in a convenient location within the room, so that nothing obstructs the drawing and aiming at targets across the entire width of the wall{%endtrans%}
- {%trans%}If necessary, adjust the first target along with the ZERO point and repeat the two previous steps{%endtrans%}
- {%trans%}Place the remaining targets on the wall according to the distances indicated on the position markers at the bottom of each target. Ensure that all targets are aligned in a single line parallel to the ground{%endtrans%}
{% for target in target_info %}
{% if target.target == 't1' %}
{%trans%}ZERO point{%endtrans%} ({{ stage.split('_') | map('capitalize') | join(' ') }})
{% else %}
{{ target.position / 10 }}cm {%trans%}from ZERO point{%endtrans%} ({{ stage.split('_') | map('capitalize') | join(' ') }})
{% endif %}
{% endfor %}