{% load i18n %} {% load django_ledger %} {% if not create_po %} {% if style == 'po-detail' %}

{% icon 'uil:bill' 36 %} {% trans 'Purchase Order Info' %}

{{ po_model.po_number }}

Status: {{ po_model.get_po_status_display }}

Inventory Purchase: {% if po_model.for_inventory %} {% icon 'ant-design:check-circle-filled' 24 %} {% else %} {% icon 'maki:roadblock-11' 24 %} {% endif %}

Fulfilled: {% if po_model.fulfilled %} {% icon 'ant-design:check-circle-filled' 24 %} {{ po_model.fulfillment_date | date }} {% else %} {% icon 'maki:roadblock-11' 24 %} {% endif %}

{% endif %} {% else %}
{% icon "ic:baseline-add-circle-outline" 48 %}

{% trans 'New PO' %}

{% endif %}