{% extends 'base.html' %} {% block content %}

Browse Items

{% for item in items %} {% endfor %}
ID Seller Name List Date Asking Price (XMR) Available Location
#{{ item.id }} {{ item.owner }} {{ item.name }} {{ item.list_date | date:"d M, Y H:i:s" }} {{ item.ask_price_xmr }} {{ item.available }} {{ item.owner.profile.first.city }}, {{ item.owner.profile.first.state }}, {{ item.owner.profile.first.country }}
{% if items.has_other_pages %} {% endif %} {% endblock %}