{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% block main %}
Idx | Canonical Representation | Contextual Representation | Available Qty | Reserved Qty | Net Available Qty |
---|---|---|---|---|---|
{{ loop.index }} | {{ line.ident }} | {{ stage.loc._reader.tf.get_contextual_repr(line.ident) }} | {{ line._qty }} | {{ line.reserved_qty }} | {{ line.avail_qty }} |