Back to Kavita

Publication Status Stats.Component

UI/Web/src/app/statistics/_components/publication-status-stats/publication-status-stats.component.html

0.9.0281 B
Original Source
{{t('title')}}

@let statuses = publicationStatues(); @if (statuses.length > 0) { {{t('status-header')}} {{value}} {{t('count-header')}} {{value | number:'1.0-0'}}

{{t('status-header')}}

{{item.name}}

{{t('count-header')}}

{{item.value | number:'1.0-0'}}

} @else { }