{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load trans from i18n %} {% load static %} {% load django_ledger %} {% block view_content %}
{% include 'django_ledger/purchase_order/includes/card_po.html' with po_model=po_model entity_slug=view.kwargs.entity_slug style='po-detail' %}

{{ po_model.po_title }}

{% po_item_table po_items %}
{% include 'django_ledger/includes/card_markdown.html' with style='card_1' title='PO Notes' notes_html=po_model.notes_html %}
{% endblock %}