{% 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' %} |