File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 33{% block title %}Auctions | {{ title }} {% endblock %}
44
55{% block categories %}
6+
67 <!-- Divider -->
78 < hr class ='sidebar-divider '>
89
@@ -38,6 +39,7 @@ <h1 class='h3 mb-4 text-gray-800'>Category: {{ title }}</h1>
3839 {% for auction in pages %}
3940 < div class ='col mb-5 '>
4041 < div class ='card h-100 '>
42+
4143 <!-- Product image-->
4244 < div class ='auction_image_first d-flex justify-content-center '>
4345 < div class ='auction_image_second '>
@@ -98,6 +100,7 @@ <h5 class='fw-bolder'>{{ auction.title }}</h5>
98100 < a class ='page-link ' href ='# '> «</ a >
99101 </ li >
100102 {% endif %}
103+
101104 {% for i in pages.paginator.page_range %}
102105 {% if pages.number == i %}
103106 < li class ='page-item active '>
@@ -109,6 +112,7 @@ <h5 class='fw-bolder'>{{ auction.title }}</h5>
109112 </ li >
110113 {% endif %}
111114 {% endfor %}
115+
112116 {% if pages.has_next %}
113117 < li class ='page-item '>
114118 < a class ='page-link ' href ='?page={{ pages.next_page_number }} '>
@@ -120,6 +124,7 @@ <h5 class='fw-bolder'>{{ auction.title }}</h5>
120124 < a class ='page-link ' href ='# '> »</ a >
121125 </ li >
122126 {% endif %}
127+
123128 </ ul >
124129 </ div >
125130 {% endif %}
@@ -134,4 +139,4 @@ <h5 class='fw-bolder'>{{ auction.title }}</h5>
134139 </ div >
135140 {% endif %}
136141
137- {% endblock %}
142+ {% endblock %}
You can’t perform that action at this time.
0 commit comments