{#if showResults} {#each currentPoll.options as option, index (index)}
{#if currentPoll.own_votes?.includes(index)} {/if} {option.title} {option.votes_count === null ? '—' : `${share(option.votes_count)}%`}
{/each} {:else}
{currentPoll.multiple ? 'Choose one or more poll options' : 'Choose one poll option'} {#each currentPoll.options as option, index (index)} {/each}
{#if session.signedIn}
{#if currentPoll.multiple} Choose one or more. {/if}
{:else} {/if}
{/if} {#if isAuthor && !currentPoll.expired}

You created this poll.

{/if} {#if error} {/if}

{formatCount(total)} vote{total === 1 ? '' : 's'} {#if currentPoll.expired} · closed {:else if currentPoll.expires_at} · closes in {closesIn(currentPoll.expires_at)} {/if}