{% if task.status == "staged_failed" or task.status == "staging_failed" %} Retry {% endif %} {% if task.status == "fetched_failed" or task.status == "fetching_failed" %} Retry {% endif %} {% if task.status == "processed_failed" or task.status == "processing_failed" %} Retry {% endif %} {% if task.status == "stored_failed" or task.status == "storing_failed" %} Retry {% endif %} {% if task.status == "scrubbed_failed" or task.status == "scrubbing_failed" %} Retry {% endif %} {% if task.status == "archived_failed" or task.status == "archiving_failed" %} Retry {% endif %}