{% if order.status != 'paid' %}⚠️{% endif %} Payment {% if order.status == 'pending' %}

Your order is still pending due to incomplete payment. You will not be able to reserve a room for now. However, you will be able to create one with your friends and confirm it once all attendants have completed the order!

If you wish to change payment method, check payment instructions or complete a failed payment please access the payment area.

{% elif order.status == 'paid' %}

✅ Your order has been completed and approved! See you at furizon!

{% endif %}
Reference ID {{order.code}}
Order total {{order.data['total']}}€ by {{'Credit card' if order.data['payment_provider'] == 'stripe' else 'Bank Transfer'}}
{% if order.status == 'paid' and order.room_confirmed %}

Download ticket

{% endif %} {% if order.status != 'paid' %} {% endif %}