{{t('description')}}
@if(breakdown) { @if(breakdown.totalSeries === 0 || breakdown.seriesCompleted === 0) {{{t('complete') }}
} @else { -{{t('total-series-progress-label', {percent: percentDone * 100 | percent}) }}
- -{{t('completed-series-label')}} | -- {{ breakdown.seriesCompleted }} - | -
---|---|
{{t('errored-series-label')}} | -- {{ breakdown.erroredSeries }} - | -
{{t('complete') }} + @if (breakdown.erroredSeries > 0) { + {{t('errored-series-label') }} {{breakdown.erroredSeries}} + } +
+ } } }