{% load django_ledger %}
| Item | UOM | Quantity | Value |
|---|---|---|---|
| {{ i.item_model__name }} | {{ i.item_model__uom__name }} | {{ i.total_quantity | floatformat:3 }} | {% currency_symbol %}{{ i.total_value | currency_format }} |
| Total Value | {% currency_symbol %}{{ inventory_total_value | currency_format }} |