2019-04-23 17:37:42 +02:00
|
|
|
<div class="box">
|
2020-01-18 12:17:06 +01:00
|
|
|
{{#if this.decryptionFailed}}
|
2019-04-23 17:37:42 +02:00
|
|
|
<h2 data-test-error-type="decryption-failed">
|
|
|
|
{{t "error.poll.decryptionFailed.title"}}
|
|
|
|
</h2>
|
|
|
|
<p>
|
|
|
|
{{t "error.poll.decryptionFailed.description"}}
|
|
|
|
</p>
|
2020-01-18 12:17:06 +01:00
|
|
|
{{else if this.notFound}}
|
2019-04-23 17:37:42 +02:00
|
|
|
<h2 data-test-error-type="not-found">
|
|
|
|
{{t "error.poll.notFound.title"}}
|
|
|
|
</h2>
|
|
|
|
<p>
|
|
|
|
{{t "error.poll.notFound.description"}}
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
{{t "error.poll.notFound.reasons.expired"}}
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
{{t "error.poll.notFound.reasons.typo"}}
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
{{else}}
|
|
|
|
<h2 data-test-error-type="unexpected">
|
2019-06-15 00:04:32 +02:00
|
|
|
{{t "error.generic.unexpected.title"}}
|
2019-04-23 17:37:42 +02:00
|
|
|
</h2>
|
|
|
|
<p>
|
2019-06-15 00:04:32 +02:00
|
|
|
{{t "error.generic.unexpected.description"}}
|
2019-04-23 17:37:42 +02:00
|
|
|
</p>
|
|
|
|
{{/if}}
|
2019-06-07 11:22:13 +02:00
|
|
|
</div>
|