{formatDate(deployment.updatedAt, 'fullDate')} {formatDate(deployment.updatedAt, 'timeOnly')} {#if deployment.status.toLowerCase() === 'pending'} {/if} {deployment.status} {#if deployment.status === DeploymentStatus.FAILURE} showErrorReasonModal(deployment.err)} /> {/if}