Queue
{% if jobs %} {% for job in jobs %} {% endfor %}
Job Status Progress Created
{{ job.original_filename }}
{% if job.voice_profile %}Profile: {{ job.voice_profile }}{% else %}Voice: {{ job.voice }}{% endif %} · {{ job.language }}
{{ job.status.value|title }} {{ job.processed_characters }} / {{ job.total_characters or '—' }} {{ job.created_at|datetimeformat }} Inspect
{% else %}

No jobs yet. Drop a file or paste text to get started.

{% endif %}