{title}
{description}
{buttonText}
{#if summary && summary.show && summary.items.length > 0}
{summary.verb} {summary.items.length} conversation{summary.items.length === 1 ? '' : 's'}
{#each summary.items.slice(0, 10) as conv (conv.id)}
• {conv.name || 'Untitled conversation'}
{/each} {#if summary.items.length > 10}
... and {summary.items.length - 10} more
{/if}
{/if}