{{ item.name }}
{{ item.description }}
{{ item.name }}
{{ purchase_form.hidden_tag() }}

Are you sure you want to buy {{ item.name }} for {{ item.price }}$ ?


By clicking Purchase, you will purchase this item.

{{ purchase_form.submit(class="btn btn-outline-success btn-block") }}