{% extends "base_view.html" %} {% block title %} meliza-lab : item : {{ item.name }} {% endblock %} {% block content %}
{{ item.name }}
Order Date | Price | Quantity | Total Price | Arrival Date | Location | Serial | Equipment # | {% for oit in lineitems.iterator %} |
---|---|---|---|---|---|---|---|---|
{{ oit.order.order_date }} | {{ oit.cost }} | {{ oit.units_purchased }} | {{ oit.total_price }} | {{ oit.date_arrived }} | {{ oit.location }} | {{ oit.serial }} | {{ oit.uva_equip }} |