{#if mentions.length > 0}
{m.dashboard_notifications_heading()}
{#each mentions as mention (mention.id)}
{#if mention.documentId}
{mention.actorName ?? ''}
{mention.type === 'MENTION' ? m.dashboard_notification_mentioned() : m.dashboard_notification_replied()}
{:else}
{mention.actorName ?? ''}
{/if}
{/each}
{m.notification_history_view_link()}
{/if}