+
Customer Info
+
Operators can correct the customer's email address here.
+
-
-
Request #: {{ req.id }}
-
Status: {{ statuses[req.status] }}
-
-
Hobbies:
{{ req.hobbies or '-' }}
-
Notable facts:
{{ req.notable_facts or '-' }}
-
Style / genre:
{{ req.style_genre or '-' }}
-
Preferred singer voice / gender:
{{ req.vocal_gender or 'No preference' }}
-
Extra requests:
{{ req.extra_requests or '-' }}
+
Request #: {{ req.id }}
+
Status: {{ statuses[req.status] }}
+
Hobbies:
{{ req.hobbies or '-' }}
+
Notable facts:
{{ req.notable_facts or '-' }}
+
Style / genre:
{{ req.style_genre or '-' }}
+
Preferred singer voice / gender:
{{ req.vocal_gender or 'No preference' }}
+
Extra requests:
{{ req.extra_requests or '-' }}
- {% if req.revision_note %}
-
-
-
📝 Revisions Requested{% if req.revision_count %}Revision #{{ req.revision_count }}{% endif %}
-
{{ req.revision_note }}
-
- {% endif %}
-
-
1. Generate & Save Suno Prompt
-
-
-
Paste Hermes' Title, Style, and Lyrics directly into the fields below, then save.
-
-
-
-
2. Upload Songs
-
- Version A:
- {% if req.song_a_path and file_exists(req.song_a_path) %}
- ✅ Uploaded {{ basename(req.song_a_path) }}
- {% else %}
- ❌ Not uploaded
- {% endif %}
-
-
- Version B:
- {% if req.song_b_path and file_exists(req.song_b_path) %}
- ✅ Uploaded {{ basename(req.song_b_path) }}
- {% else %}
- ❌ Not uploaded
- {% endif %}
-
-
-
-
-
3. Notify Customer
-
-
- Preview email:
- {% if req.preview_sent_at %}
- ✅ Sent {{ req.preview_sent_at }}
- {% else %}
- ❌ Not sent yet
- {% endif %}
-
-
Both songs must be uploaded first.
-
-
- {% if req.song_a_path and req.song_b_path %}
-
- Operator preview link:
- Open customer player in new tab →
-
- {% endif %}
-
-
4. Payment & Delivery
-
- Customer approved:
- {% if req.customer_approved == 'none' %}
- Nothing yet
- {% else %}
- {{ req.customer_approved.upper() }}
- {% endif %}
-
-
- Delivery email:
- {% if req.delivery_sent_at %}
- ✅ Sent {{ req.delivery_sent_at }}
- {% else %}
- ❌ Not sent yet
- {% endif %}
-
-