-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
-
-
-
-
-
- | - {% trans 'Bill Number' %} - | -- {% trans 'Bill Status' %} - | -- {% trans 'Vendor' %} - | -Action | -|
|---|---|---|---|---|
| {{ bill.bill_number }} | -- {% if bill.is_draft %} - - {% elif bill.is_review %} - - {% elif bill.is_approved %} - - {% elif bill.is_paid %} - - {% endif %} - {{ bill.bill_status }} - - | -- {{bill.vendor.vendor_name}} - | -
-
-
-
-
- |
- |
| - {% trans 'No bill found.' %} - | -||||
- {{ page_obj.start_index }} {{ _('to') }} {{ page_obj.end_index }}{{ _('Items of') }}{{ page_obj.paginator.count }}
-
+
-
-
- {{ page_obj.start_index }} {{ _("to") }} {{ page_obj.end_index }} {{ _("Items of")}} {{ page_obj.paginator.count }}
+
+
+
+ {% if is_paginated %}
+ {% include 'partials/pagination.html' %}
+ {% endif %}
+
+
+