View Items
{% if request.user.is_authenticated %} Your Items Available Items All Items {% endif %}ID | Available | Name | List Date | Whereabouts | Asking Price (XMR) | Bids |
---|---|---|---|---|---|---|
#{{ item.id }} | {% if item.available %} {% else %} {% endif %} | {{ item.name }} | {{ item.list_date | date:"d M, Y H:i:s" }} | {{ item.whereabouts }} | {{ item.ask_price_xmr }} | {{ item.bids.all | length }} |
No results from the search. Try again!
{% endif %}