{%- set text_first = { mobile: order.mobile == 'text-media', desktop: order.desktop == 'text-media', } -%}
{%- if not media_side.image.empty -%} {{ media_side.image.thumbnail('brick-' ~ brick.id).html({ 'disableAutoAlt': true, 'alt': get_image_i18n_alt(media_side.image, ''), 'pictureAttributes': { 'class': 'w-100 h-100 d-block user-select-none pointer-events-none' }, 'imgAttributes': { 'class': 'w-100 h-100 object-fit-cover lazyload', 'width': '100%', 'height': '100%', } }) | raw }} {%- endif -%}
{{ pimcore_areablock('twoColumns1TextSideAreaBlock', { 'globalParams': { 'parentIndexes': parent_indexes }, 'allowed': [ 'advantages-badge', 'cta', 'display-heading', 'divider', 'heading', 'icon-block', 'rich-text', 'spacer' ] }) }}