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