{#if link.expiresAt} {#if isExpired(link.expiresAt)}

{$t('expired')}

{:else}

{$t('expires_date', { values: { date: getCountDownExpirationDate() } })}

{/if} {:else}

{$t('expires_date', { values: { date: '∞' } })}

{/if}
{#if link.type === SharedLinkType.Album}

{link.album?.albumName.toUpperCase()}

{:else if link.type === SharedLinkType.Individual}

{$t('individual_share').toUpperCase()}

{/if} {#if !link.expiresAt || !isExpired(link.expiresAt)} {/if}

{link.description ?? ''}

{#if link.allowUpload}
{$t('upload')}
{/if} {#if link.allowDownload}
{$t('download')}
{/if} {#if link.showMetadata}
{$t('exif').toUpperCase()}
{/if} {#if link.password}
{$t('password')}
{/if}
dispatch('delete')} /> dispatch('edit')} /> dispatch('copy')} />