{{ 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
{% for item in items %}
{{ item.name }} ({{ item.quantity }})
{{ item.price }}
{% endfor %}
Total
{{ order.amount }}