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