@for (project of projects; track project) {
  • @if (project.href === queryWorkspaceHref) { {{ text.current_project }} } @else { @if (includeSubprojects && parentChecked) { {{ text.include_all_selected }} } @else { @if (project.disabled) { {{ text.does_not_match_search }} } } }

    @if (project.children.length) { }
  • }