{% extends 'base.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% load custom_filters %} {% block content %}
{% include 'purchase_orders/includes/card_po.html' with dealer_slug=request.dealer.slug po_model=po_model entity_slug=entity_slug style='po-detail' %}
{% po_item_table1 po_items %}
{% include "purchase_orders/includes/mark_as.html" %} {% endblock %} {% block customJS %} {% endblock customJS %}