@if (canBeRated | async) { } @if ((performRating | async) && (wasAlreadyRated | async) !== true) {
@for (i of [5, 4, 3, 2, 1]; track i) { }
}