{{#if canGoBack}}
  <div class="row">
    <div class="col-md-6">
      <button type="button" class="btn btn-primary btn-sm mg-b-20" {{action "goBack"}}>Go Back - Room Edit Page</button>
    </div>
  </div>
{{/if}}
{{component currentStep dates=dates wizard=wizard onSetGuest=(action 'setGuest')
onSetHotel=(action 'setHotel') onSetRooms=(action 'setRooms') onSetRoom=(action 'setRoom')
onRemoveRoom=(action 'removeRoom') selectedRooms=selectedRooms onSetSelectedRoom=(action
'setSelectedRoom') onRemoveSelectedRoom=(action 'removeSelectedRoom') onRemoveAllSelectedRooms=(action
'removeAllSelectedRooms') onSetDateIn=(action 'setDateIn') onSetDateOut=(action 'setDateOut')
onBackToBookings=(action onBackToBookings) onSetTodayDate=(action 'setTodayDate') onNext=(action
'next') onBack=(action 'back') onCancel=(action 'back') onSave=(action 'finish')
onFinish=(action 'finish') canGoBack=canGoBack canFinish=canFinish isRadio=isRadio
isRoomAdd=isRoomAdd}}