{#if isExpired}

{$t('expired')}

{:else if expiresAt}

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

{:else}

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

{/if}

{#if link.type === SharedLinkType.Album} {link.album?.albumName} {:else if link.type === SharedLinkType.Individual} {$t('individual_share')} {/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}