{{ T.F.SEARCH_BAR.PLACEHOLDER | translate }} @if (searchForm.value) { } {{ T.F.SEARCH_BAR.INCLUDE_COMPLETED | translate }}
@let results = filteredResults$ | async; @if (results && results.length > 0) { @for (item of results; track trackByFn($index, item)) {
@if (item.parentId && item.parentTitle) { subdirectory_arrow_right {{ item.parentTitle }} chevron_right }
{{ item?.title }}
@if (item.ctx) { } @if (item.issueType) { } @if (item.isNote) { comment } @if (item.isArchiveTask) { archive }
}
} @else if (searchForm.value && searchForm.value.trim()) {
search_off

{{ T.F.SEARCH_BAR.NO_RESULTS | translate }}

} @else {
search

{{ T.F.SEARCH_BAR.INFO | translate }}

}