Bedankt voor uw bestelling
{% if orderCollection%}
Beste {{ orderCollection.getCustomer().getFullname() }},
Uw bestelling is succesvol afgerond.
Uw ordernummer is {{ orderCollection.getNumber() }}
{% else %}
Uw bestelling is succesvol afgerond.
{% endif %}