Analysis Workspace
{{ job.sample_name }}
Mode: {{ job.preset_label }} | Created: {{ job.created_at_text }}
{% if job.started_at_text != '-' %}| Started: {{ job.started_at_text }}{% endif %}
{% if job.finished_at_text != '-' %}| Finished: {{ job.finished_at_text }}{% endif %}
{% if job.duration is not none %}| Duration: {{ job.duration }}s{% endif %}
{{ job.status }}
Report: {{ job.report_file_label if job.report_file_label else 'N/A' }}
{% if job.ai_file_label %}AI Report: {{ job.ai_file_label }}{% endif %}
{% if job.status == 'queued' and job.queue_position %}Queue Position: #{{ job.queue_position }}{% endif %}