+ {#if downloadState === 'Fail'} + {$_('filesharing.decryptpanel.notFoundTitle')} + {:else if downloadState === 'SessionExpired'} + {$_('filesharing.decryptpanel.sessionExpiredTitle')} + {:else if downloadState === 'ServerError'} + {$_('filesharing.decryptpanel.serverErrorTitle')} + {:else if downloadState === 'IdentityMismatch'} + {$_('filesharing.decryptpanel.identityMismatchTitle')} + {:else} + {$_('filesharing.decryptpanel.header')} + {/if} +
+ + {#if downloadState === 'Downloading'} ++ {$_('filesharing.encryptPanel.retrying', { + values: { + attempt: retryAttempt + 1, + max: retryMax, + }, + })} +
+ {/if} + {:else if downloadState === 'Recipients'} ++ {$_('filesharing.decryptpanel.pageDescription')} +
++ {$_( + 'filesharing.decryptpanel.irmaInstructionHeaderQr' + )} +
++ Please select which email belongs to you: +
+ ++ {$_('filesharing.decryptpanel.pageDescription')} +
++ {$_( + 'filesharing.decryptpanel.irmaInstructionHeaderQr' + )} +
++ {$_( + 'filesharing.decryptpanel.irmaInstructionQr' + )} +
++ {$_( + 'filesharing.decryptpanel.verifiedEmail' + )} +
+ + {mockSenderIdentity.email} + ++ {$_('filesharing.encryptPanel.retrying', { + values: { + attempt: retryAttempt + 1, + max: retryMax, + }, + })} +
+ {/if} + + {#if downloadState === 'Done'} ++ {$_( + 'filesharing.decryptpanel.verifiedEmail' + )} +
+ + {mockSenderIdentity.email} + ++ {$_('filesharing.decryptpanel.sessionExpiredSubtitle')} +
++ + {@html $_( + 'filesharing.decryptpanel.sessionExpiredMessage' + )} +
+ {:else if downloadState === 'ServerError'} ++ {$_('filesharing.decryptpanel.serverErrorSubtitle')} +
++ + {@html $_( + 'filesharing.decryptpanel.serverErrorMessage' + )} +
++ {$_('filesharing.decryptpanel.notFoundSubtitle')} +
++ + {@html $_('filesharing.decryptpanel.notFoundMessage')} +
+ {:else if downloadState === 'IdentityMismatch'} ++ {$_( + 'filesharing.decryptpanel.identityMismatchSubtitle' + )} +
++ {$_('filesharing.decryptpanel.identityMismatchMessage')} +
+