diff --git a/hosting/templates/hosting/invoices.html b/hosting/templates/hosting/invoices.html new file mode 100644 index 00000000..96d9e9e3 --- /dev/null +++ b/hosting/templates/hosting/invoices.html @@ -0,0 +1,57 @@ +{% extends "hosting/base_short.html" %} +{% load staticfiles bootstrap3 humanize i18n %} + +{% block content %} +
{% trans "Order Nr." %} | +{% trans "Date" %} | +{% trans "Amount" %} | ++ |
---|---|---|---|
{{ order.id }} | +{{ order.created_at | date:'Y-m-d h:i a' }} | +{{ order.price|floatformat:2|intcomma }} | ++ {% trans 'See Invoice' %} + | +