@if (utilityService.activeBreakpoint$ | async; as activeBreakpoint) { @if (activeBreakpoint <= Breakpoint.Tablet) {
} @else {
} } @for (rating of ratings; track rating.provider + rating.averageScore) {
{{rating.averageScore}}%
}
@for(link of webLinks; track link) { }
@if (hasUserRated) { {{userRating * 20}} } @else { N/A } @if (overallRating > 0) { + {{overallRating}} } @if (hasUserRated || overallRating > 0) { % } {{userRating * 20}}% @if (rating.favoriteCount > 0) {
{{rating.favoriteCount}}
} @if (rating.providerUrl) { {{t('entry-label')}} }