@if (book$ | async; as book) {
@if (detailLoading) {
{{ t('loadingMetadata') }}
}
{{ t('columnCurrent') }}
{{ t('columnFetched') }}
{{ t('sectionCoverImage') }}
@if (!currentBook || hasEbookFormat(currentBook)) {
{{ t('mobileCurrentLabel') }}
{{ t('mobileFetchedLabel') }}
} @if (currentBook && hasAudiobookFormat(currentBook)) {
{{ t('mobileCurrentLabel') }}
@if (isAudibleProvider()) { } @else {
}
{{ t('mobileFetchedLabel') }}
@if (isAudibleProvider()) { } @else {
{{ t('na') }}
}
}
{{ t('sectionBasicInfo') }}
@for (field of metadataFieldsTop; track field) {
@if (field.controlName === 'publishedDate') { } @else { }
}
{{ t('sectionTagsCategories') }}
@for (field of metadataChips; track field) {
@if (field.controlName === 'authors') {
@for (author of metadataForm.get('authors')!.value; track $index) { @if ($index === 0) { m } {{ author }} @if (!metadataForm.get('authors')?.disabled) { } } @if (!metadataForm.get('authors')?.disabled) { }
} @else { }
}
{{ t('sectionDescription') }}
@for (field of metadataDescription; track field) {
}
{{ t('sectionSeriesInfo') }}
@for (field of metadataSeriesFields; track field) {
}
{{ t('sectionBookDetails') }}
@for (field of metadataBookDetailsFields; track field) {
}
@if (shouldShowComicSection()) {
{{ t('sectionComicDetails') }} @if (!hasAnyFetchedComicData() && !hasAnyCurrentComicData()) { {{ t('nonePresent') }} }
@if (comicSectionExpanded) {
@for (field of comicTextFields; track field) {
@if (field.type === 'boolean') { } @else { }
@if (field.type === 'boolean') { } @else { }
} @for (field of comicArrayFields; track field) {
} @for (field of comicTextareaFields; track field) {
}
}
} @if (currentBook && hasAudiobookFormat(currentBook)) {
{{ t('sectionAudiobookDetails') }}
@for (field of audiobookMetadataFields; track field) {
@if (field.type === 'boolean') { } @else { }
@if (field.type === 'boolean') { } @else { }
}
} @if (metadataProviderFields.length > 0) {
{{ t('sectionProviderMetadata') }}
@for (field of metadataProviderFields; track field) {
}
}
@if (!reviewMode) { }
}