{{#with chefAvailabilityDinner}}
{{#unless $eq currentRouteVar 'layoutbookyourchefstep1'}}
{{#each chefDate}}
{{#if $eq this.title 'AVAILABLE'}}
{{chefDateFormatted start}}
{{/if}}
{{#if $eq this.title 'BOOKED'}}
{{chefDateFormatted start}}
{{/if}}
{{/each}}
{{else}}
{{#each chefDate}}
{{#if $eq this.title 'AVAILABLE'}}
{{chefDateFormatted start}}
{{/if}}
{{/each}}
{{/unless}}
{{/with}}
{{#if $eq currentRouteVar 'layoutbookyourchefstep1'}}
or
{{{_ "requestanotherdate"}}}
{{else}}
{{{_ "requestanotherdate"}}}
{{/if}}