{% load i18n %} {% load django_ledger %} {% load widget_tweaks %} {% if not create_po %} {% if style == 'po-detail' %}
{{ po_model.ce_model.estimate_number }}
{{ po_model.date_draft|date }}
{% currency_symbol %}{{ po_model.po_amount|currency_format }}
{{ po_model.date_in_review|date }}
{% currency_symbol %}{{ po_model.po_amount|currency_format }}
{{ po_model.date_approved|date }}
{{ po_model.po_amount|currency_format }}{% currency_symbol %}
{{ po_model.po_amount_received|currency_format }}{% currency_symbol %}
{{ po_model.date_fulfilled|date }}
{% currency_symbol %}{{ po_model.po_amount|currency_format }}
{% trans 'Fulfilled' %}