{% extends 'shop/base.html' %} {% load i18n static %} {% block content %} {% include 'shop/_manage_header.html' with active='orders' %} {% trans "Search orders…" as list_search_placeholder %}
| {% trans "Reference" %} | {% trans "Buyer" %} | {% trans "When" %} | {% trans "Items" %} | {% trans "Est. total" %} | {% trans "Status" %} |
|---|---|---|---|---|---|
#{{ order.reference }} |
{{ order.buyer.character_name }} | {{ order.created_at|date:"Y-m-d H:i" }} | {{ order.lines.all|length }} | {{ order.estimated_total_display }}{% if order.has_ask %} · Ask{% endif %} | {% include 'shop/_order_status_badge.html' %} |
| {% trans "No orders yet." %} | |||||