{% extends 'store/main.html' %} {% load static %} {% block content %}
Bestellnummer | Bestelldatum | Kunde | Gesamtbetrag |
---|---|---|---|
{{ order.id_Order }} | {{ order.date_ordered|date:"d.m.Y H:i" }} | {{ order.surname }} {{ order.lastName }} | € {{ order.totalPrice|floatformat:2 }} |
Du hast noch keine Bestellungen getätigt.
{% endif %} {% endblock %}