{call.title}
{call.quarter} {call.date} {call.tickers.length} tickers

{call.thesis}

{#if Object.keys(call.snapshot ?? {}).length}
{#each call.tickers as ticker} {@const snap = call.snapshot[ticker]} {#if snap}
{ticker}
${snap.price?.toFixed(2) ?? '—'}
{snap.signal?.replace(/[✅⚡⚠️🔄❌]/u, '').trim() ?? '—'}
{/if} {/each}
View performance → {/if}