@@ -111,11 +113,16 @@
{% 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(' ') }})
+
{{ 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 %}