Back to Openproject

{{ text.project.plural }}

frontend/src/app/shared/components/header-project-select/header-project-select.component.html

17.3.1580 B
Original Source

{{ 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 { } @if (!portfolioModelsEnabled) {

@if (canCreateNewProjects$ | async) { }

} }