{% load static %} Invoice

Booktime

Invoice

Invoice number BT {{ order.id }}
Date: {{ order.date_added|date }}
{{ order.billing_name }}
{{ order.billing_address1 }}
{{ order.billing_address2 }}
{{ order.billing_postal_code }}
{{ order.billing_city }}
{{ order.billing_country }}
{% for line in order.lines.all %} {% endfor %}
Product name Price
{{ line.product.name }} {{ line.product.price }}

Please pay within 30 days

Booktime inc.