@if (tasks.length > 0) {
-
{tasks.length, plural, =1 {One {{this.activeTabLocalized}} task} other {{{tasks.length || 0}} total {{this.activeTabLocalized}} tasks}}
+
+ {tasks.length, plural, =1 {One {{this.activeTabLocalized}} task} other {{{tasks.length || 0}} total {{this.activeTabLocalized}} tasks}}
+ @if (selectedTasks.size > 0) {
+ ({{selectedTasks.size}} selected)
+ }
+
}
@if (tasks.length > pageSize) {