@if (config().allowSelection) {
} {{title()}} @if (actionables().length > 0) { }
@let dr = startDate() | dateYearRange:endDate(); @if (dr) { {{dr}} } {{t('item-count', {num: itemCount()})}}
@if (summary()) {
{{summary()}}
} @if (visibleTags().length > 0) {
@for (tag of visibleTags(); track tag) { {{tag}} } @if (remainingTagCount() > 0) { +{{remainingTagCount()}} }
}