{#if isPublished}
Your published app {processStringSync( "Last published {{ duration time 'millisecond' }} ago", { time: new Date().getTime() - new Date(latestDeployments[0].updatedAt).getTime(), } )}
{/if} {#if !isPublished} {/if}
Are you sure you want to unpublish the app {selectedApp?.name}?