Init google analytics

This commit is contained in:
bogo
2024-10-04 22:17:45 +02:00
parent 767f0d2476
commit 785a4b48e6
3 changed files with 21 additions and 2 deletions

View File

@@ -123,7 +123,11 @@
{% if i==0 %}
<div class="mounting-info">{%trans%}ZERO point{%endtrans%} (Shootoff)</div>
{% else %}
<div class="mounting-info">{{ i * gap|round(1,'ceil') }}cm {%trans%}from ZERO point{%endtrans%} (Shootoff)</div>
<div class="mounting-info">{{ (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 %}
(Shootoff)</div>
{% endif %}
<div class="mounting-point"></div>
</div>