{% load static from staticfiles %} {% load shop_tags %}
 

{{ invoice.created|date:"b jS, Y" }}
Custom Order #{{ invoice.customorder.pk }}
Invoice #{{ invoice.pk }}

CUSTOMER

{{ invoice.customorder.customer|linebreaks }}


INVOICE

Text Price
{{ invoice.customorder.text|linebreaks }} {{ invoice.customorder.amount|currency }}
Danish VAT (25%) {{ invoice.customorder.vat|currency }}
Total {{ invoice.customorder.amount|currency }}

Payment should be made by bank transfer to our account in Arbejdernes Landsbank reg. 5371 account no. 0244504 within two weeks from {{ invoice.created|date:"b jS, Y" }} please. Thank you!