{% if error %}

Purchase failed

{{ error }}

{% elif success %}

Purchase complete

You bought {{ product.name }} for ${{ "%.2f"|format(product.price) }}.

{% else %}

Unable to complete purchase

Please return to the product page and try again.

{% endif %}