{% from '@openform_front_templates/_includes/_icons.html.twig' import fullscreen, zoomin, zoomout, sliderprev, slidernext, arrowright, copyrights, info, infoClose %}
{% set ImageSlides = entity.ImageSlide|filterVisibles(app.request.locale) %}
<div class="collections__container" style=" {% if not entity.showHeader %}height:100vh; {% elseif rootParent is defined and rootParent.headerHeight is defined and rootParent.headerHeight %}height: calc(100vh - {{rootParent.headerHeight}}px);{% else %} height: calc( 100vh - 90px );{% endif %}" data-lenis-prevent>
{# <pre>
{{ dump(entity) }}
</pre> #}
{% if entity.heightTop is same as(0) %}
{% elseif (entity.Translation[app.request.locale].titleHtml is defined and entity.Translation[app.request.locale].titleHtml) or (entity.Translation[app.request.locale].text is defined and entity.Translation[app.request.locale].text) or (entity.link is defined and entity.link) %}
<div class="collections__top" style="background: {{entity.background|default('#F5DB7B') }}; box-shadow: 0 0 0 25vmax {{entity.background|default('#F5DB7B') }};
clip-path: inset(0 -25vmax); {% if not entity.showHeader %}padding-top: 111px; height: calc({{entity.heightTop|default('16') }}% + 90px); {% else %} height: {{entity.heightTop|default('16') }}%; {% endif %}">
{% if entity.Translation[app.request.locale].titleHtml is defined and entity.Translation[app.request.locale].titleHtml %}
<div class="collections__top__title block__h3">
{{ entity.Translation[app.request.locale].titleHtml|raw }}
</div>
{% endif %}
<div class="collections__top__content">
{% if entity.Translation[app.request.locale].text is defined and entity.Translation[app.request.locale].text %}
<div class="collections__content__text block__text">
{{ entity.Translation[app.request.locale].text|raw }}
</div>
{% endif %}
{% if entity.link is defined and entity.link %}
<a href="{{entity.link}}" class="block-text__btns__btn button-read-more button-read-more--black">
<span>{{('T_RELICT_LINK')|trans({}, 'openform_front', app.request.locale)}}</span>
{{arrowright()}}
</a>
{% endif %}
</div>
</div>
{% endif %}
<div class="collections__image" style="background: {{entity.imageBackgroundColor|default('#F8F7F0') }}; box-shadow: 0 0 0 25vmax {{entity.imageBackgroundColor|default('#F8F7F0') }};
clip-path: inset(0 -25vmax); height: {% if not entity.showHeader %}calc({% endif %}{{
not((entity.Translation[app.request.locale].titleHtml is defined and entity.Translation[app.request.locale].titleHtml) or (entity.Translation[app.request.locale].text is defined and entity.Translation[app.request.locale].text) or (entity.link is defined and entity.link) or (entity.Translation[app.request.locale].description is defined and entity.Translation[app.request.locale].description) or (entity.Translation[app.request.locale].attributesText is defined and entity.Translation[app.request.locale].attributesText) or (entity.filePath is defined and entity.filePath and openform_front_util.isMp3File(entity.filePath))) or (entity.heightTop is same as(0) and entity.heightBottom is same as(0)) ? 100 :
not((entity.Translation[app.request.locale].description is defined and entity.Translation[app.request.locale].description) or (entity.Translation[app.request.locale].attributesText is defined and entity.Translation[app.request.locale].attributesText) or (entity.filePath is defined and entity.filePath and openform_front_util.isMp3File(entity.filePath))) or (not entity.heightTop is same as(0) and entity.heightBottom is same as(0) and entity.heightTop == null) ? 100 - 16 :
not((entity.Translation[app.request.locale].titleHtml is defined and entity.Translation[app.request.locale].titleHtml) or (entity.Translation[app.request.locale].text is defined and entity.Translation[app.request.locale].text) or (entity.link is defined and entity.link)) or (entity.heightTop is same as(0) and not entity.heightBottom is same as(0) and entity.heightBottom == null ? 100 - 19) ? 100 - 19 :
not ((entity.Translation[app.request.locale].titleHtml is defined and entity.Translation[app.request.locale].titleHtml) or (entity.Translation[app.request.locale].text is defined and entity.Translation[app.request.locale].text) or (entity.link is defined and entity.link)) or (entity.heightTop is same as(0) and not entity.heightBottom is same as(0) and entity.heightBottom) ? 100 - entity.heightBottom : not ((entity.Translation[app.request.locale].description is defined and entity.Translation[app.request.locale].description) or (entity.Translation[app.request.locale].attributesText is defined and entity.Translation[app.request.locale].attributesText) or (entity.filePath is defined and entity.filePath and openform_front_util.isMp3File(entity.filePath))) or
(not entity.heightTop is same as(0) and entity.heightBottom is same as(0) and entity.heightTop) ? 100 - entity.heightTop :
entity.heightTop and entity.heightBottom ? 100 - entity.heightTop - entity.heightBottom :
entity.heightTop and entity.heightBottom == null ? 100 - 19 - entity.heightTop :
entity.heightTop == null and entity.heightBottom ? 100 - 16 - entity.heightBottom :
65 }}% {% if not entity.showHeader %}- 90px);{% endif %}">
<div class="collections__arrows">
{% for key, Relict in entity.RelictPack.getVisibleRelicts(app.request.locale) %}
{% if entity.id == Relict.id %}
{% if entity.RelictPack.getVisibleRelicts(app.request.locale)[key - 1] is defined %}
{% set prevElement = entity.RelictPack.getVisibleRelicts(app.request.locale)[key - 1] %}
{% set href = toolkit_route_localizer.generate('relict_item',{ slug : prevElement.Translation[app.request.locale].slug }, app.request.locale) %}
<a href="{{href}}" class="slider-nav__btn slider-nav__btn--prev">
{{ sliderprev('PREV_Relict'|trans({}, 'openform_front', app.request.locale)) }}
</a>
{% endif%}
{% if entity.RelictPack.getVisibleRelicts(app.request.locale)[key + 1] is defined %}
{% set nextElement = entity.RelictPack.getVisibleRelicts(app.request.locale)[key + 1] %}
{% set href = toolkit_route_localizer.generate('relict_item',{ slug : nextElement.Translation[app.request.locale].slug }, app.request.locale) %}
<a href="{{href}}" class="slider-nav__btn slider-nav__btn--next">
{{ slidernext('Next_Relict'|trans({}, 'openform_front', app.request.locale)) }}
</a>
{% endif%}
{% endif %}
{% endfor %}
</div>
{% if ImageSlides|length > 0 %}
<div class="js-collection-gallery-standard" style="height: 100%;">
<div class="splide js-collections-gallery-o5 collection-gallery" style="height: 100%;">
<div class="splide__track" style="height: 100%;">
<ul class="splide__list" style="height: 100%;">
{% for key, image in ImageSlides %}
{% set img = openform_front_util.getImagePathByType(image.Thumb ?? '','original') %}
{# {% set img = openform_front_util.getImagePathByType(image.Thumb ?? '','fullwidth') %}
{% set imgPagination = openform_front_util.getImagePathByType(image.Thumb ?? '','list') %} #}
<li class="splide__slide" style="display:flex; align-items: center; justify-content:center;" style="height: 100%;">
<div class="js-zoom" data-alt="{{image.Translation[app.request.locale].alt}}" style=" height: 100%; display: flex; align-items: center; justify-content: center; width:100%;">
<div class="collection-gallery__item" style="{{image.imageHeight ? 'height:' ~ image.imageHeight ~ '%;' : 'height: 100%;'}} {{image.imageHeight ? 'max-height:' ~ image.imageHeight ~ '%;' : 'max-height: 100%;'}} {{image.imageWidth ? 'width:' ~ image.imageWidth ~ '%;' : 'width: 100%;'}}">
<style>
.my-zoomist-{{key}} img{
{% if image.imageBorderColor and image.imageBorderWidth %}border: {{image.imageBorderColor}} solid {{image.imageBorderWidth}}px;{% endif %}"
}
.my-zoomist-{{key}} .zoomist-wrapper{
background:{{image.imageBackgroundColor ? image.imageBackgroundColor : entity.imageBackgroundColor ? entity.imageBackgroundColor : '#F8F7F0' }};
}
</style>
<div class="my-zoomist my-zoomist-{{key}}" data-zoomist-src="{{img}}" tabindex="0" data-alt="{{image.Translation[app.request.locale].alt}}"></div>
</div>
<div class="collection-gallery__wrap">
<div class="collection-gallery__content block__text">
</div>
<div class="collection-gallery__buttons">
{% if image.Translation[app.request.locale].text is defined and image.Translation[app.request.locale].text %}
<div class="object__info-wrap">
<button class="collection-gallery__buttons__btn" type="button" aria-expanded="false" data-expanded="js-info-{{key}}" tabindex="0">{{info(('T_INFO')|trans({}, 'openform_front', app.request.locale))}}</button>
<div class="object__info object__info--info js-info-{{key}}" data-lenis-prevent>
<div class="object__info__text block__text">{{image.Translation[app.request.locale].text|raw}}</div>
<button class="object__info__close js-expanded-close" type="button">{{infoClose()}}</button>
</div>
</div>
{% endif %}
{% if image.Translation[app.request.locale].copyrights %}
<div class="object__info-wrap">
<button class="collection-gallery__buttons__btn" type="button" aria-expanded="false" data-expanded="js-copyright-{{key}}" tabindex="0">{{copyrights(('T_INFO')|trans({}, 'openform_front', app.request.locale))}}</button>
<div class="object__info object__info--copyright js-copyright-{{key}}" data-lenis-prevent>
<div class="object__info__text block__text">{{image.Translation[app.request.locale].copyrights|raw}}</div>
<button class="object__info__close js-expanded-close" type="button">{{infoClose()}}</button>
</div>
</div>
{% endif %}
<button class="collection-gallery__buttons__btn js-fullscreen" data-alt="{{image.Translation[app.request.locale].alt}}" tabindex="0" data-color="{{image.imageBackgroundColor is defined and image.imageBackgroundColor ? image.imageBackgroundColor }}"
data-image="{{img}}"
data-description="{{image.Translation[app.request.locale].text}}"
data-copyrights="{{image.Translation[app.request.locale].copyrights}}"
data-start="{{key}}"
data-imagestyle="{% if image.imageBorderColor and image.imageBorderWidth %}border: {{image.imageBorderColor}} solid {{image.imageBorderWidth}}px;{% endif %}"
>
{{fullscreen(('T_FULLSCREEN')|trans({}, 'openform_front', app.request.locale))}}
</button>
<button class="collection-gallery__buttons__btn js-zoom-out">{{zoomout(('T_ZOOMOUT')|trans({}, 'openform_front', app.request.locale))}}</button>
<button class="collection-gallery__buttons__btn js-zoom-in">{{zoomin(('T_ZOOMIN')|trans({}, 'openform_front', app.request.locale))}}</button>
</div>
</div>
</div>
</li>
{% endfor %}
</ul>
<div class="splide__arrows{{ ImageSlides|length < 2 ? ' hide' }}">
<div class="slider-nav collection-gallery__nav collection-gallery__nav--white">
<button class="splide__arrow splide__arrow--prev slider-nav__btn slider-nav__btn--prev collection-gallery__nav__btn" disabled>
{{ sliderprev('PREV_SLIDE'|trans({}, 'openform_front', app.request.locale)) }}
</button>
<button class="splide__arrow splide__arrow--next slider-nav__btn slider-nav__btn--next collection-gallery__nav__btn">
{{ slidernext('NEXT_SLIDE'|trans({}, 'openform_front', app.request.locale)) }}
</button>
</div>
</div>
<ul class="splide__pagination collection-gallery__pagination"></ul>
</div>
</div>
</div>
{% endif %}
</div>
{% if entity.heightBottom is same as(0) %}
{% elseif (entity.Translation[app.request.locale].description is defined and entity.Translation[app.request.locale].description) or (entity.Translation[app.request.locale].attributesText is defined and entity.Translation[app.request.locale].attributesText) or (entity.filePath is defined and entity.filePath and openform_front_util.isMp3File(entity.filePath)) %}
<div class="collections__bottom" style="background: {{entity.background|default('#F5DB7B') }}; box-shadow: 0 0 0 25vmax {{entity.background|default('#F5DB7B') }};
clip-path: inset(0 -25vmax); height: {{entity.heightBottom|default('19') }}%;" data-lenis-prevent>
{% if entity.Translation[app.request.locale].description is defined and entity.Translation[app.request.locale].description %}
<div class="collections__content__text block__text">
{{ entity.Translation[app.request.locale].description|raw }}
</div>
{% endif %}
{% if entity.Translation[app.request.locale].attributesText is defined and entity.Translation[app.request.locale].attributesText %}
<div class="collections__content__text block__text">
{{ entity.Translation[app.request.locale].attributesText|raw }}
</div>
{% endif %}
{% if entity.filePath is defined and entity.filePath and openform_front_util.isMp3File(entity.filePath) %}
<div class="block-image__image__audio">
<div class="block-audio__player">
<audio controls class="js-audio-player block-audio__inner">
<source src="{{ entity.filePath }}">
Your browser does not support the audio element.
</audio>
</div>
</div>
{% endif %}
</div>
{% endif %}
</div>