← Dashboard

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

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}

Customer Info

Email: {{ req.email }}
Status: {{ statuses[req.status] }}

Hobbies:
{{ req.hobbies or '-' }}

Notable facts:
{{ req.notable_facts or '-' }}

Style / genre:
{{ req.style_genre or '-' }}

Extra requests:
{{ req.extra_requests or '-' }}

1. Generate Suno Prompt

Paste the Style block and Lyrics block from Hermes into the boxes below, then click Apply.

2. Upload Songs

3. Notify Customer

Both songs must be uploaded first.

4. Payment & Delivery

Customer approved: {% if req.customer_approved == 'none' %} Nothing yet {% else %} {{ req.customer_approved.upper() }} {% endif %}