{% set count = 1 %}
{% for line in data %}
-
{% set name = "Deleted from this live ..." %}
{% if liveLine.live.products[line.reference] is defined %}
{% set name = liveLine.live.products[line.reference].name %}
{% endif %}
[ {{ line.reference }} ] {{ name }}
{{ line.qty }}
{% if count > 1 %}
{% endif %}
{% set count = count + 1 %}
{% endfor %}