@if (item.series.coverUrl) { }
{{item.series.name}} ({{item.matchRating | translocoPercent}})
@for(synm of item.series.synonyms; track synm; let last = $last) { {{synm}} @if (!last) { , } }
@if (item.series.summary) {
{{t('details')}}
}
@if (isSelected) {
{{t('updating-metadata-status')}}
} @else {
@if ((item.series.volumes || 0) > 0 || (item.series.chapters || 0) > 0) { {{t('volume-count', {num: item.series.volumes})}} {{t('chapter-count', {num: item.series.chapters})}} } @else { {{t('releasing')}} } {{item.series.plusMediaFormat | plusMediaFormat}}
}