Paper Challenge
IPSC - El Presidente
{% for i in range(3) %}
{% with preview_target_width = preview_target_width, preview_target_height = preview_target_height, preview_margin = preview_margin, preview_gap = preview_gap %}
{%if target_type == 'ipsc' %}
{%include 'ipsc_preview_svg.html'%}
{%else%}
{%include 'idpa_preview_svg.html'%}
{%endif%}
{% endwith %}
{% endfor %}
{%trans%}Wall length required{%endtrans%}: {{ wall_length|round(1,'ceil') }}cm
{%trans%}Distance from wall{%endtrans%}: {{ distance }}m
{%trans%}Stage preparation{%endtrans%}:
- {%trans%}Place the first target with the 'ZERO point' marker on the left or right side of the wall at a height of 1.5m{%endtrans%}
- {%trans%}Try to aim and if you feel it's too high, lower the target as needed{%endtrans%}
- {%trans%}Set shooting box{%endtrans%} {{ box_position|round(1,'ceil') }}cm {%trans%}from 'ZERO' point (along the wall) and{%endtrans%} {{distance}}m {%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 i in range(3) %}
{% with target_width=target_width, target_height=target_height %}
{%if target_type == 'ipsc' %}
{%include 'ipsc_svg.html'%}
{%else%}
{%include 'idpa_svg.html'%}
{%endif%}
{% endwith %}
{% if i==0 %}
{%trans%}ZERO point{%endtrans%} (El Presidente)
{% 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 %}
(El Presidente)
{% endif %}
{% endfor %}