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