diff --git a/project_2/commerce/auctions/templates/auctions/listing.html b/project_2/commerce/auctions/templates/auctions/listing.html index 99325da..6f57471 100644 --- a/project_2/commerce/auctions/templates/auctions/listing.html +++ b/project_2/commerce/auctions/templates/auctions/listing.html @@ -50,18 +50,25 @@
Category: {{ listing.category }}
+Listed by: {{ listing.created_by }}
+Last Bid by: {{ listing.last_modified_by }}
+Created time: {{ listing.created_at }}
+Updated time: {{ listing.updated_at }}
+Statuse: + {%if listing.active%} + Active + {% else %} + Closed + {% endif %}
+