Create Listing
{% if sellable_items %} {% else %}You do not have any tradable items to list yet.
{% endif %}List tradable items, buy from other players, or pull your own listings back.
You do not have any tradable items to list yet.
{% endif %}Listed stock is reserved immediately. If you remove a listing, the remaining quantity returns to inventory.
| Item | Qty | Price | Status | Action |
|---|---|---|---|---|
| {{ listing.item_name }} | {{ listing.quantity }} | ${{ listing.price_each }} | {{ listing.status }} | {% if listing.status == "active" %} {% else %} Closed {% endif %} |
No listings yet.
{% endif %}| Item | Seller | Qty | Price Each | Buy |
|---|---|---|---|---|
| {{ listing.item_name }} {{ listing.category|replace('_', ' ')|title }} |
{{ listing.seller_name }} | {{ listing.quantity }} | ${{ listing.price_each }} | {% if listing.seller_user_id == current_user.id %} Your listing {% else %} {% endif %} |
No active market listings right now.
{% endif %}