+ {% if is_paginated %}
+ {% include 'partials/pagination.html' %}
+ {% endif %}
+
+
-
+ {% include 'modal/delete_modal.html' %}
{% endblock %}
\ No newline at end of file
diff --git a/templates/purchase_orders/po_update.html b/templates/purchase_orders/po_update.html
index e9a4e16a..d5e841fa 100644
--- a/templates/purchase_orders/po_update.html
+++ b/templates/purchase_orders/po_update.html
@@ -24,12 +24,13 @@
{% csrf_token %}
{{ form|crispy }}
{% trans 'Save PO' %}
+ class="btn btn-outline-success w-100 my-2">{% trans 'Save PO' %}
{% trans 'Back to PO Detail' %}
+ class="btn btn-outline-secondary w-100 my-2">{% trans 'Back to PO Detail' %}
{% trans 'PO List' %}
+ class="btn btn-outline-info
+ info w-100 my-2">{% trans 'PO List' %}
diff --git a/templates/purchase_orders/tags/po_item_table.html b/templates/purchase_orders/tags/po_item_table.html
index f4109ad9..1a82cc16 100644
--- a/templates/purchase_orders/tags/po_item_table.html
+++ b/templates/purchase_orders/tags/po_item_table.html
@@ -4,7 +4,7 @@