<div class="checkout-address-time {{#if sidebar}}checkout-address-time_sidebar{{/if}}">
  <div class="checkout-address-time__time-wrap">
    {{#if time}}
      {{#if within}}
        <div class="checkout-address-time__time-regular">Within</div>
        <div class="checkout-address-time__time-primary">1hr</div>
      {{else}}
        <div class="checkout-address-time__time-regular">MAR</div>
        <div class="checkout-address-time__time-primary">15</div>
        <div class="checkout-address-time__time-additional">8:00am - 6:00pm</div>
      {{/if}}
    {{else}}
      <div class="checkout-address-time__undefined-time">undefined date & time</div>
    {{/if}}
  </div>
  <div class="checkout-address-time__address-wrap">
    <div class="checkout-address-time__address">
      Clifton Store<br/>
      Wickes Wynne Avenue<br/>
      Clifton Swinton<br/>
      Greater Manchester<br/>
      M27 8FU
    </div>
  </div>
</div>