{data.chapter.name}

{#if data.chapter?.puzzles?.length}

Ils vous restent {data.chapter.puzzles.filter((p) => !p.score).length} puzzles à résoudre sur un total de {data.chapter.puzzles.length}

{:else}

Le chapitre ne contient pour l'instant aucun puzzle

{/if}
{#if data.chapter.start && data.chapter.end} {/if}