{{ owned_item.name }}
{{ selling_form.hidden_tag() }}

Are you sure you want to sell {{ owned_item.name }} for {{ owned_item.price }}$ ?


By clicking Sell, you will put this item back on market

{{ selling_form.submit(class="btn btn-outline-danger btn-block") }}