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

{{ creditnote.created|date:"b jS, Y" }}
Creditnote #{{ creditnote.pk }}

Customer: {{ creditnote.user.email }}


CREDITNOTE

Text Amount
{{ creditnote.text }} {{ creditnote.amount|currency }}
Danish VAT (25%) {{ creditnote.vat|currency }}
Total {{ creditnote.amount|currency }}