diff --git a/hosting/templates/hosting/invoices.html b/hosting/templates/hosting/invoices.html index 96d9e9e3..2fa2e3f4 100644 --- a/hosting/templates/hosting/invoices.html +++ b/hosting/templates/hosting/invoices.html @@ -18,20 +18,20 @@
{% trans "Order Nr." %} | +{% trans "Invoice Nr." %} | {% trans "Date" %} | {% trans "Amount" %} | |||
---|---|---|---|---|---|---|
{{ order.id }} | -{{ order.created_at | date:'Y-m-d h:i a' }} | -{{ order.price|floatformat:2|intcomma }} | +{{ invoice.invoice_number }} | +{{ invoice.paid_at | date:'Y-m-d h:i a' }} | +{{ invoice.total_in_chf|floatformat:2|intcomma }} | - {% trans 'See Invoice' %} + {% trans 'See Invoice' %} |