{% for item in items %} {% endfor %}
{{ app.user.company }}
Invoice #: 000{{ order.id }}
{{ order.date|date('d-m-Y H:i:s') }}
{# #}
{{ app.user.company }}
{{ app.user.address }}
Acme Corp.
John Doe
john@example.com
Payment Method
{{ order.payment }}
Item Price
{{ item.name }} ({{ item.quantity }}) {{ item.price }}
Total {{ order.amount }}