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

Listings under category: {{ cat_name }}

{% for list in listings %}
Preview not found

{{ list.title }}


bid price : ${{list.price}}
created by: {{list.user}}

{% endfor %}
{% endblock %}