🎧 Your Custom Theme Song
Hi {{ req.name }}! Listen to both versions and pick the one you want.
{% if req.status in ['songs_uploaded','awaiting_payment','paid','delivered'] %}
{% endif %}
{% if req.status == 'awaiting_payment' %}
Thanks for choosing {{ req.customer_approved.upper() }}! Please head to the booth to finalize payment and collect your files.
{% endif %}
{% if req.status == 'delivered' %}
Delivered! ✅ Check your email for the MP3 attachment(s).
{% endif %}