🎧 Your Custom Theme Song

Hi {{ req.name }}! Listen to both versions and pick the one you want.

Version A

Version B

{% if req.status == 'revisions_requested' %}

📝 Revision Requested

You asked for changes. We will generate a new version and update this page.

Your note: {{ req.revision_note }}

{% elif req.status in ['awaiting_payment','paid','delivered'] %}

✅ Choice Received

You selected: {% if req.customer_approved == 'both' %}Both Versions{% else %}Version {{ req.customer_approved.upper() }}{% endif %}

{% if req.status == 'awaiting_payment' %}

Please return to the booth to finalize payment and collect your files.

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

Payment recorded. Your files are being prepared.

{% elif req.status == 'delivered' %}

Delivered! Check your email for the MP3 attachment(s).

{% endif %}
{% else %}
{% endif %}