{% extends 'base.html' %} {% block title %} Market Page {% endblock %} {% block content %}
Click on one of the items to start buying
| ID | Name | Barcode | Price | Options |
|---|---|---|---|---|
| {{ item.id }} | {{ item.name }} | {{ item.barcode }} | {{ item.price }}$ |
Click on sell item to put an item back on the Market
This item costs {{ owned_item.price }}$