{% load django_ledger %} {% load i18n %}
{% for po in po_list %} {% endfor %}
{% 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 }}