{{ text.title }}

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