{% extends "default.html" %} {% load servo_tags %} {% load i18n %} {% block toolbar %}
{% endblock toolbar %} {% block content %}# | {% trans "Created" %} | {% trans "Ordered" %} | {% trans "Reference" %} | {% trans "Confirmation" %} | {% trans "Received" %} | {% trans "Order" %} | {% trans "Products" %} | {% trans "Total" %} | ||
---|---|---|---|---|---|---|---|---|---|---|
{{ po.id|safe }} | {{ po.created_at|date:"SHORT_DATE_FORMAT" }} | {{ po.submitted_at|date:"SHORT_DATE_FORMAT" }} | {{ po.reference|default:"" }} | {{ po.confirmation|default:"" }} | {{ po.date_arrived }} | {% if po.sales_order %}{{ po.sales_order.code }} | {% else %}{% endif %} | {{ po.amount }} | {{ po.sum|currency }} | |
{% trans "No Purchase Orders" %} | ||||||||||
{{ total.total__sum|currency|default:"" }} |