{% if get("status") == 'confirmed' %}
{% endif %}
{% if get("status") == 'pending' %}
{% endif %}
{% if get("status") == 'cancelled' %}
{% endif %}