{
if (booking.location_id == location.id) {
booking.location_id = null;
} else {
booking.location_id = location.id;
}
}"
>
{{location.name}}
{{isAllowedLocation(location).reason}}
{{_get(selectedLocation,'fields.address','')}}
({{_get(selectedLocation,'fields.hours','')}})