🎧 Your Custom Theme Song

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

{% if req.suno_lyrics %}

🎵 Song Lyrics

{% for line in req.suno_lyrics.splitlines() %} {% if line.startswith('[') and line.endswith(']') %} {% else %} {{ line }} {% endif %} {% if not loop.last %}
{% endif %} {% endfor %}
{% endif %}

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 %}
{% if revisions_left > 0 %}

Revisions remaining: {{ revisions_left }}

{% else %}

No revisions remaining. Please speak to the booth operator if you need further changes.

{% endif %} {% endif %}