{% load django_ledger %} {% load i18n %}
| {% trans 'PO Number' %} | {% trans 'Description' %} | {% trans 'Status Date' %} | {% trans 'Status' %} | {% trans 'Amount' %} | {% trans 'Actions' %} |
|---|---|---|---|---|---|
| {{ po.po_number | default:"" }} | {{ po.po_title }} | {{ po.get_status_action_date | date }} | {{ po.get_po_status_display }} | {% currency_symbol %}{{ po.po_amount | currency_format }} |
|