- {totalDocuments, plural, =1 {One object in trash} other {{{totalDocuments || 0}} total documents in trash}}
+ {totalDocuments, plural, =1 {One document in trash} other {{{totalDocuments || 0}} total documents in trash}}
@if (selectedDocuments.size > 0) {
({{selectedDocuments.size}} selected)
}