{{ title }}

@if (!series || series.length === 0) {

{{ t('noSeriesInCategory') }}

} @else {
@for (s of series; track s.seriesName) { }
}