@if (rate) {
@if (fastest) {
FASTEST
} @if (cheapest) {
CHEAPEST
} @if (bestValue) {
BESTVALUE
}
@if (rate.attributes && rate.attributes.length > 0) {
{{ rate.attributes[0] }}
} @if (rate.servicelevel && rate.servicelevel.name) {
{{ rate.servicelevel?.name }}
}
{{ rate.durationTerms }}
Estimated days: {{ rate.estimatedDays }}
{{ rate.currency + " " + rate.amount }}
}