🎧 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() %} {% set line = line.strip() %} {% if line and not (line.startswith('[') and line.endswith(']')) %} {{ line }} {% elif not line %}
{% endif %} {% endfor %}
{% endif %} {% if req.album_cover_url %}
Album cover
{% 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 or 'none').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).

{% if req.stems_link %}

Download stems / extras →

This link expires 3 months after delivery. Download soon.

{% endif %} {% 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 %}