{#each data.data as chapter}
{#if chapter.attributes.volume} {$locale().reader?.vol} {chapter.attributes.volume} {/if} {$locale().reader?.ch} {chapter.attributes.chapter}
|
{chapter.attributes.title || $locale().reader?.readFallback || 'Read'}
{/each}