diff --git a/web/templates/items/list_items.html b/web/templates/items/list_items.html index d31c6f3..9b0b4dc 100644 --- a/web/templates/items/list_items.html +++ b/web/templates/items/list_items.html @@ -27,17 +27,25 @@ - + + {% for item in items %} - + + {% endfor %}
IDWhereaboutsAvailable Name List DateWhereabouts Asking Price (XMR)
#{{ item.id }}{{ item.whereabouts }} + {% if item.available %} + + {% else %} + + {% endif %} + {{ item.name }} {{ item.list_date | date:"d M, Y H:i:s" }}{{ item.whereabouts }} {{ item.ask_price_xmr }}