{$i18n.t('Follow up')}
{#each followUps as followUp, idx (idx)}
onClick(followUp)} aria-label={$i18n.t('Follow up: {{question}}', { question: followUp })} >
{followUp}
{#if idx < followUps.length - 1}
{/if} {/each}