{% extends "supplier/supplier_base.html" %} {% block details %} {% include "supplier/tabs.html" with tab='order' %}
Reference | Issued | Delivery | Status |
---|---|---|---|
{{ order.internal_ref }} | {% if order.issued_date %}{{ order.issued_date }}{% endif %} | {% if order.delivery_date %}{{ order.delivery_date }}{% endif %} | {% include "supplier/order_status.html" with order=order %} |