{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load trans from i18n %} {% load static %} {% load django_ledger %} {% block view_content %}
{% trans 'PO Amount' %}:
{% currency_symbol %}{{ po_model.po_amount | absolute | currency_format }}
{% trans 'Amount Received' %}:
{% currency_symbol %}{{ po_model.po_amount_received | currency_format }}