Back to Openproject

{{ text.title }}

frontend/src/app/shared/components/project-include/project-include.component.html

17.3.1342 B
Original Source

{{ text.toggle_title }} @if ((numberOfProjectsInFilter$ | async); as count) { }

{{ text.title }}

@if (projects$ | async; as projects) { @if ((loading$ | async) === false) { @if (projects.length > 0) {

} @else { {{text.no_results}} } } @else { }

{{ text.include_subprojects }}

{{ text.clear_selection }} {{ text.apply }}

}