{% extends "base.html" %} {% from "macros.html" import render_field %} {% from "macros.html" import count_items %} {% block title %}Orders{% endblock %} {% block content %}
| Order ID | Date | Items | Total Amount |
|---|---|---|---|
| {{order.id}} | {{order.date_added}} |
{% for image in order.productimages %}
|
${{order.amount}} |
No orders!
{% endif %}