@let cover = coverUrl();
@if (cover) {
}
@let externalSeriesValue = externalSeries();
@let localSeriesValue = localSeries();
@if (externalSeriesValue) {
@if ((externalSeriesValue.volumeCount || 0) > 0 || (externalSeriesValue.chapterCount || 0) > 0) {
{{t('series-preview-drawer.vols-and-chapters', {volCount: externalSeriesValue.volumeCount, chpCount: externalSeriesValue.chapterCount})}}
}
{{t('series-preview-drawer.provided-by-label')}}
@if (externalSeriesValue.summary) {
}
}
{{t('series-preview-drawer.view-series')}}
@if (externalSeriesValue) {
@if (item.imageUrl && !item.imageUrl.endsWith('default.jpg')) {
} @else {
}
{{item.name}}
{{item.role}}
}
@else if(localSeriesValue) {
{{localSeriesValue.publicationStatus | publicationStatus}}
{{item.name}}
{{item.role}}
}