{% if workflow_run %}
Refresh
{% endif %}
{% if workflow_run and workflow_run.status.name == 'WAITING_FOR_USER' and workflow_run.name in ('test_docs', 'test_assistant') %}
{% endif %}
Elapsed: --:--
{% if workflow_run and workflow_run.name == 'generate_report' and workflow_run.status.name in ('COMPLETED', 'PARTIAL') %}
Download Report
{% endif %}