I copied this code:
{% stripnewlines %}
{% assign
arr_Serie1_StandardTasks_Descriptions
= "
Inboeken van de boekhoudkundige documenten.|
Bijstand bij opmaak en indiening van de BTW -aangifte.|
Voorbereiding en indiening van de aangifte bedrijfsvoorheffing.|
Contacten met de bank.|
Betaling van de leveranciersfacturen.|
Betaling van de lonen.|
Opvolging van openstaande klanten.|
Opstellen van een maandelijkse of trimestriële rapportering en bespreking.|
Opstellen van prognoses die maandelijks of trimestrieel worden aangepast." | split:"|"
%}
{% endstripnewlines %}
{% comment %}Stel output op{% endcomment %}
{% stripnewlines %}
{% for task in arr_Serie1_StandardTasks_Descriptions %}
{% newline %}
{% ifi custom.arr_Serie1_StandardTasks_Checkbox[forloop.index0] == 'true' %}{% nic %}- {% endnic %}{% input custom.arr_Serie1_StandardTasks_Checkbox[forloop.index0] as:boolean default:false %} {{arr_Serie1_StandardTasks_Descriptions[forloop.index0] | strip}}
{% endifi %}
{% endfor %}
{% endstripnewlines %}
I get this:
How can I have the text without the v-symbol ?