@if (display()) { @if ((value() ?? 0) >= i()) { star } @else if ((value() ?? 0) > i() - 1) { star_half } @else { star } } @else { }