{% if status == "pending" %} Pending {% elif status == "running" %} Running {% elif status == "completed" %} Completed {% elif status == "aborted" %} Aborted {% endif %}