44{% block title %}Auctions | {{ title }} {% endblock %}
55
66{% block categories %}
7+
78 <!-- Divider -->
89 < hr class ='sidebar-divider '>
910
@@ -71,6 +72,7 @@ <h4 class='fw-bolder'>
7172 {% endif %}
7273 </ a >
7374 </ div >
75+
7476 < br >
7577
7678 {% if auction.creator == user and auction.active %}
@@ -105,6 +107,7 @@ <h4 class='fw-bolder'>
105107 </ div >
106108 </ div >
107109 </ div >
110+
108111 </ div >
109112
110113 {% elif auction.creator != user and auction.active %}
@@ -120,6 +123,7 @@ <h4 class='fw-bolder'>
120123 {% empty %}
121124 < img class ='card-img-top ' src ="{% static 'images/no_image.png' %} " alt ='Image Not Available ' style ='width: 300px; '>
122125 {% endfor %}
126+
123127 </ div >
124128 </ div >
125129 </ div >
@@ -166,6 +170,7 @@ <h4 class='fw-bolder'>
166170
167171 {% if auction.creator != user and auction.active %}
168172 < div class ='row '>
173+
169174 <!-- Bid -->
170175 < div class ='col-xl-6 '>
171176 < div class ='card mb-4 '>
@@ -174,6 +179,7 @@ <h4 class='fw-bolder'>
174179 Bid
175180 </ div >
176181 < div class ='card-body '>
182+
177183 <!-- Product price-->
178184 < h6 >
179185 {% if auction.current_bid %}
182188 Starting price:< strong > €{{auction.starting_bid}}</ strong >
183189 {% endif %}
184190 </ h6 >
191+
185192 < p >
186193 {% if auction.current_bid is None %}
187194 {% if auction.creator != user %}
@@ -275,14 +282,17 @@ <h6>
275282 {% elif auction.creator == user and auction.active %}
276283
277284 < div class ='row '>
285+
278286 <!-- Comments -->
279287 < div class ='col-xl-12 '>
280288 < div class ='card mb-4 '>
281289 < div class ='card-header '>
282290 < i class ='fas fa-comments '> </ i >
283291 Comments
284292 </ div >
293+
285294 < div class ='card-body '>
295+
286296 <!-- Comments -->
287297 {% if auction.active %}
288298 < div >
@@ -310,11 +320,13 @@ <h6>
310320 < p > {{ comment.comment }}</ p >
311321 </ div >
312322 {% endfor %}
323+
313324 </ div >
314325 </ div >
315326 </ div >
316327 </ div >
317328 {% endif %}
329+
318330 </ div >
319331 </ div >
320332 </ div >
0 commit comments