{{ 'REPLICATION.TOTAL' | translate }}: {{ total() }}
@if (!loading) { @if (jobQueue?.length) {
{{ jobQueue[0]?.count || 0 }}
} @if (jobQueue?.length > 1) {
{{ jobQueue[1]?.count || 0 }}
} @if (jobQueue?.length > 2) {
{{ otherCount() }}
} } @if (loading) {
}