{{#each responses as |response index|}} {{#if (compareLess index ../modelJson.NumberDestinations)}} {{#unless response.IsDirect}} {{../modelJson.ConnectionLabel}} {{/unless}} {{#if (is_New_Route ../destinations index)}} {{../modelJson.NewRouteLabel}} {{/if}}

{{response.DestinationName}}

{{#if (compareLess 0 ../modelJson.RangeForPrices)}} {{#if (compareLess 0 response.IntegerPartPrice)}}

{{../modelJson.FromLabel}} {{response.IntegerPartPrice}}, {{response.DecimalPartPrice}}

{{else}}

{{../modelJson.PriceLabel}}

{{/if}} {{/if}}
{{/if}} {{/each}}