Enter the email address you used when you requested your song.
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}Status: {{ statuses[req.status] }}
{% if req.customer_approved and req.customer_approved != 'none' %}You selected: {% if req.customer_approved == 'both' %}Both Versions{% else %}Version {{ (req.customer_approved or 'none').upper() }}{% endif %}
{% endif %} {% if req.song_a_path and req.song_b_path %}Your preview link:
🎧 Listen & Pick Your Version {% endif %}No requests found for that email address. Make sure you used the same email you gave us at the booth.
{% endif %}