@if (list.isReloading) {
Loading...
}
@if (list.selected.size > 0) {
{list.collectionSize, plural, =1 {Selected {{list.selected.size}} of one document} other {Selected {{list.selected.size}} of {{list.collectionSize || 0}} documents}}
}
@if (!list.isReloading) {
@if (list.selected.size === 0) {
{list.collectionSize, plural, =1 {One document} other {{{list.collectionSize || 0}} documents}}
} @if (isFiltered) {
(filtered)
}
}
@if (!list.isReloading && isFiltered) {
}
@if (list.collectionSize) {
}