{{i18n "service available in the following schedule"}}
{{#each availability.customInfo.availableHours}}
{{this.t}}{{#unless @last}} - {{/unless}}
{{/each}}
{{#if availability.options}}
{{#eachSlice (getAllPrices availability) @root.config.optionsToShow 'left'}}
{{> optionPartial provider=../service.provider}}{{!-- parece que el service/provider no viene en el JSON --}}
{{/eachSlice}}
{{#shouldShowMoreOptions @this @root.config.optionsToShow allPrices=true}}
{{#eachSlice (getAllPrices availability) @root.config.optionsToShow 'right'}}
{{> optionPartial provider=../service.provider}}{{!-- parece que el service/provider no viene en el JSON --}}
{{/eachSlice}}