{% extends "auctions/layout.html" %} {% block body %}

Active Listings

{% for listing in Listings %}
Preview not found

{{ listing.title }}


bid price : ${{listing.price}}
created by: {{listing.user}}
created at {{listing.date_added}}

{% csrf_token %}
{% endfor %}
{% endblock %}