diff --git a/hosting/templates/hosting/invoices.html b/hosting/templates/hosting/invoices.html index ed4e5ab9..eaf5d22d 100644 --- a/hosting/templates/hosting/invoices.html +++ b/hosting/templates/hosting/invoices.html @@ -18,9 +18,9 @@
{% trans "VM ID" %} | {% trans "IP Address" %} | {% trans "Period" %} | -{% trans "Date" %} | {% trans "Amount" %} | ||
---|---|---|---|---|---|---|
{{ invoice.order.vm_id }} | {{ ips|get_value_from_dict:invoice.invoice_number|join:" " }} |
{{ invoice.period_start | date:'Y-m-d' }} — {{ invoice.period_end | date:'Y-m-d' }} | -{{ invoice.paid_at | date:'Y-m-d h:i a' }} | -{{ invoice.total_in_chf|floatformat:2|intcomma }} | +{{ invoice.total_in_chf|floatformat:2|intcomma }} | {% trans 'See Invoice' %} |