{% if order.orderItems|length > 0 %} {% for key, item in order.orderItems %} {% endfor %}
Pos. Farbnummer Farbname Hersteller Größe Menge
{{ loop.index }} {{ item.colorReference.colorNumber|default('') }} {{ item.colorReference.colorName|default('') }} {{ item.colorReference.manufacturer.manufacturer|default('') }} {{ item.size|default('') }} m {{ item.amount|default(0) }}
Gesamtanzahl Positionen: {{ order.orderItems|length }}
{% else %}
Keine Bestellpositionen vorhanden
{% endif %} {% if notes is defined and notes %}
Notizen:
{{ notes|nl2br }}
{% else %}
Notizen:
Lieferung bitte an die oben genannte Adresse.
{% endif %}