Trollgorithm Theme Song Booth

Check Your Order Status

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 %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% if searched %}
{% if requests %} {% for req in requests %}

Request #{{ req.id }} — {{ req.name }}

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 %}
{% endfor %} {% else %}

No requests found for that email address. Make sure you used the same email you gave us at the booth.

{% endif %}
{% endif %} ← Back to the request form