{% load django_ledger %}
{% for i in inventory_list %} {% endfor %}
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 }}