{% if refresh_seconds and refresh_seconds > 0 %} {% endif %}

Theme Song Booth — Admin Dashboard

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
All Pending Needs Upload Awaiting Payment Delivered
{% if refresh_seconds and refresh_seconds > 0 %} Auto-refresh every {{ refresh_seconds }}s {% else %} Auto-refresh off {% endif %}
{% for r in requests %} {% endfor %} {% if not requests %} {% endif %}
ID Name Email Genre Status Approved Actions
#{{ r.id }} {{ r.name }} {{ r.email }} {{ r.style_genre or '-' }} {{ statuses[r.status] }} {% if r.customer_approved and r.customer_approved != 'none' %}{{ (r.customer_approved or 'none').upper() }}{% else %}-<{% endif %} Open {% if r.status in ('pending', 'revisions_requested') %} Prompt {% endif %} {% if r.status == 'prompt_ready' and not r.musicgpt_status %}
{% endif %} {% if r.status == 'songs_uploaded' and r.customer_approved == 'none' %}
{% endif %} {% if r.status == 'awaiting_payment' %} Deliver {% endif %}
No requests found.