+
{% paginator %}
{% endif %}
diff --git a/assets/templates/helpers/render_field.html b/assets/templates/helpers/render_field.html
index 6397415d..e372f92c 100644
--- a/assets/templates/helpers/render_field.html
+++ b/assets/templates/helpers/render_field.html
@@ -1,15 +1,15 @@
{% load widget_tweaks %}
-
diff --git a/assets/templates/supplier_list.html b/assets/templates/supplier_list.html
index 5b37dadf..2affb7f8 100644
--- a/assets/templates/supplier_list.html
+++ b/assets/templates/supplier_list.html
@@ -1,29 +1,36 @@
{% extends 'base_assets.html' %}
{% block title %}List{% endblock %}
+{% load paginator from filters %}
{% block content %}
-
Supplier List
+
-
-
-
- | Supplier |
- Quick Links |
-
-
-
- {% for item in object_list %}
-
- | {{ item.name }} |
-
- edit
- |
-
- {% endfor %}
-
-
+
+
+
+ | Supplier |
+ Quick Links |
+
+
+
+ {% for item in object_list %}
+
+ | {{ item.name }} |
+
+ Edit
+ |
+
+ {% endfor %}
+
+
- {% include 'helpers/paginator.html' %}
+{% if is_paginated %}
+
+ {% paginator %}
+
+{% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/assets/templates/supplier_update.html b/assets/templates/supplier_update.html
index 2f120369..dfc8cc54 100644
--- a/assets/templates/supplier_update.html
+++ b/assets/templates/supplier_update.html
@@ -3,22 +3,18 @@
{% block content %}
-
- Supplier
+
-{% endblock %}
\ No newline at end of file
+{% endblock %}