{% if refresh_seconds and refresh_seconds > 0 %} {% endif %}
| ID | Name | 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. | ||||||