Paper Challenge

Shootoff

{% for i in range(target_count) %} {% if i == target_count-1 %}
{% else %}
{% endif %} {% endfor %}

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

{%trans%}Distance from wall{%endtrans%}: {{ distance|round(1,'ceil') }}cm

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

{% for i in range(target_count) %}
{% if i == target_count-1 %}
{% else %}
{% endif %} {% if i==0 %}
{%trans%}ZERO point{%endtrans%} (Shootoff)
{% else %}
{{ i * gap|round(1,'ceil') }}cm {%trans%}from ZERO point{%endtrans%} (Shootoff)
{% endif %}
{% endfor %}