{% include "header.html" %}

Parts Master Listing

({{ var.itemcount }} Items) {{ var.sortby }}         Top Level Item

{% for item in var.itemlist %} {% set bgcolor = '#FFFFAA' if (loop.index % 2 == 0) else 'white' %} {% set bgcolor = '#44FF44' if item.istoplevel else bgcolor %} {% endfor %}
# Item ID Rev Description Category # Att. # Mfg.
{{ loop.index }} {{ item.itemidentifier }} {{ item.revisionidentifier }} {{ item.description }} {{ item.category }} {{ item.acount }} {{ item.gcount }}

Top


{% include "footer.html" %}