{% extends "base_view.html" %} {% block title %} meliza-lab : order : {{ order.name }} {% endblock %} {% block content %}
{{ order.name }}
date: {{ order.order_date }}
ptao: {{ order.ptao }}
ordered: {{ order.ordered }}
Vendor | Catalog | Unit | Price | Quantity | Total Price | Description | {% for oit in lineitems.iterator %} |
---|---|---|---|---|---|---|---|
{% if oit.item.vendor.url %}{{ oit.item.vendor }} {% else %}{{ oit.item.vendor }}{% endif %} | {% if oit.item.vendor_url %}{{ oit.item.catalog }} {% else %}{{ oit.item.catalog }}{% endif %} | {{ oit.item.unit_size }} | {{ oit.cost }} | {{ oit.units_purchased }} | {{ oit.total_price }} | {{ oit.item.name }} |