{streak}

day{streak === 1 ? "" : "s"} in a row

{#if streakPercentile !== null && streakPercentile <= 50}

Top {streakPercentile}%

{/if}