Chapters of {manga.title.en}

{manga.title.en}

{#await chapters} Loading chapters... {:then chapters}
    {#each chapters.results as chapter}
  1. {chapter.data.attributes.volume ? "Vol " + chapter.data.attributes.volume : ""} Chapter {chapter.data.attributes.chapter} {chapter.data.attributes.title}
  2. {/each}
{/await}