{%trans%}ZERO point{%endtrans%} ({{ stage.split('_') | map('capitalize') | join(' ') }})
{% else %}
{{ target.position / 10 }}cm {%trans%}from ZERO point{%endtrans%}
{% if target.target != 't2' %}
{%trans%}or{%endtrans%} {{(target.position - ns.previous_position)/10}}cm {%trans%}from previous marker{%endtrans%}
{% endif %}
({{ stage.split('_') | map('capitalize') | join(' ') }})
{% endif %}