@if (book$ | async; as book) {
@for (author of book?.metadata!.authors; track $index; let isLast = $last; let isFirst = $first) { @if (isFirst && book!.metadata!.authors!.length > 1) { {{ author }} {{ t('firstAuthorBadge') }} } @else { {{ author }} } @if (!isLast) { , } }
{{ book?.primaryFile?.filePath }}
}
{{ comic.notes }}
{{ t('confirm.detachFileMessage', { fileName: detachFileName }) }}
{{ t('loadingBookDetails') }}