{formatDate(deployment.updatedAt, "fullDate")} {formatDate(deployment.updatedAt, "timeOnly")} {#if deployment.status.toLowerCase() === "pending"} {/if} showErrorReasonModal(deployment.err)} class={`deployment-status ${deployment.status}`} > {deployment.status} {#if deployment.status === DeploymentStatus.FAILURE} {/if}