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

WatchList

{% for listing in Watchlistings %}
Preview not found

{{ listing.title }}


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

{% csrf_token %} {% if user not in listing.watchlists.all %} {% else %} {% endif %}
{% endfor %}
{% endblock %}