@if (selectedRate) {
}
@if (isLoading) {} @else {
@if (bestValue) {
BEST VALUE
} @if (fastest) {
FASTEST
} @if (cheapest) {
CHEAPEST
} @for (rate of otherRates; track $index) { }
}