<header class="tui-hero tui-hero-location hidden">
  {{>image_responsive_hero_location}}
  {{#if heroSplash}}{{>hero_splash heroSplash splashAnchor=splashAnchor}}{{/if}}
  <div class="tui-container button-container">
    <div class="actions">
      {{>location_header noMetaHighlight=true inHero=true hotelPrefix=(getResource resourceObject 'titlePrefixUnformatted')}}
      {{#if concepts}}
        {{>button_icon text=(conceptBrander concepts.0.name) icon=concepts.0.slug iconFile='svg-concept-icons' buttonClass="concept" buttonLink=(concat '#' (slug (lowercase (getResource resourceObject 'subNavigationConcept'))))}}
      {{/if}}
      {{#if labels}}
        {{>label_logo name=labels.0.name cssClass="hero-label"}}
      {{/if}}
    </div>
    <div class="actions">

      {{#if images}}
      {{>button_icon buttonLink=(concat '/widgets/api/images-v2/' @root/meta.market '/' id) icon='picture-mountain' buttonClass='open-tui-modal' dataAttributes=(concat 'data-hotel-name="' name '" data-load-from-wf="true" data-modal-type="image-modal" data-id="images"') text=(getResource resourceObject 'showImages' images.length)}}
      {{/if}}
      {{#not hideHeart}}
        {{>button_favorite cssClass='button-heart'}}
      {{/not}}
    </div>
  </div>
</header>
