{displayManga?.title}
{#if loadingDetail} {:else if displayManga?.author || displayManga?.artist} {/if}
{#if fetchError}{/if}
{#if loadingDetail}
{:else if displayManga?.description}
{/if}
{#if !loadingDetail && displayManga?.genre?.length}
{:else}
{#if statusLabel}{statusLabel}{/if}
{#if displayManga?.source}{displayManga.source.displayName}{/if}
{#if inLibrary}In Library{/if}
{#if !loadingChapters && unreadCount > 0}{unreadCount} unread{/if}
{#if !loadingChapters && bookmarkCount > 0}{bookmarkCount} bookmarked{/if}
{/if}
{#if loadingChapters}
Loading chapters…
{:else if totalCount > 0}
{#if readCount > 0}
{#if loadingDetail}
{/if}
{#if continueChapter}
{/if}
{:else if !loadingDetail}
No chapters in local library
{/if}
{displayManga.description}
{#if displayManga.description.length > 220} {/if}
{#each displayManga.genre as g}
{/each}
{/if}
{#if !loadingDetail}
{/if}