{% extends "training/email/base.html" %} {% load wagtailcore_tags humanize i18n useful_tags %} {% block greeting %}

Fakturareferens: {{ order.invoice.invoice_reference }}

{% endblock %} {% block content %} {% for row in order.row_list %} {% endfor %}
Beställda kurser
Kod Kurs Platser Pris
{{ row.sku }} {{ row.text }} {{ row.quantity }} {{ row.price_total|format_price }}
Summa {{ order.total_quantity }} {{ order.total_price|format_price }}
Moms {{ order.vat|format_price }}
Totalt {{ order.total_price_incl|format_price }}
{% endblock %}