{{ text.project.plural }}

@if (this.currentUserService.isLoggedIn) { }
@if (projects$ | async; as projects) {
@if (displayMode !== 'favorited' || (favorites$ | async)?.length > 0) { } @if ((loading$ | async) === false) { @if (anyProjectsFound(projects, (favorites$ | async))) {
    } @else { @if (displayMode === 'favorited' && (favorites$ | async).length === 0) {


    } @if (!(displayMode === 'favorited' && (favorites$ | async).length === 0)) { {{ noSearchResultsText() }} } } } @else { }
    }