{% load i18n %} {% load django_ledger %}
{% for item in po_item_list %} {% endfor %}
{% trans 'Item' %} {% trans 'Unit Cost' %} {% trans 'PO Qty' %} {% trans 'Amount' %} {% trans 'Status' %} {% trans 'Billed' %}
{{ item.item_model }} {{ item.po_unit_cost }} {{ item.po_quantity }} {% currency_symbol %}{{ item.po_total_amount | currency_format }} {% if item.po_item_status %} {{ item.get_po_item_status_display }} {% endif %} {% if item.bill_model_id %} View Bill{% endif %}
{% trans 'Total PO Amount' %} {% currency_symbol %}{{ po_model.po_amount | currency_format }}