@if (have_rows('flexible_products')) @while (have_rows('flexible_products')) @php the_row() @endphp @if(get_row_layout() == 'three_components')
@while (has_sub_field('column_left'))

{!! get_sub_field('title', false) !!}

@endwhile @if (get_sub_field('component_image'))
@if(get_sub_field('url')) @else @endif
@endif @while (has_sub_field('column_right'))

{!! get_sub_field('title', false) !!}

@endwhile
@while (has_sub_field('column_bottom'))

{!! get_sub_field('title', false) !!}

@endwhile
@if (get_sub_field('component_image') && get_sub_field('url'))
@if(get_sub_field('url')) @endif
@endif
@endif @if(get_row_layout() == 'product_circles')

{!! get_the_title() !!}

@while (has_sub_field('first_circle'))

{!! get_sub_field('title', false) !!}

@endwhile @while (has_sub_field('second_circle'))

{!! get_sub_field('title', false) !!}

@endwhile @while (has_sub_field('third_circle'))

{!! get_sub_field('title', false) !!}

@endwhile
@endif @if(get_row_layout() == 'product_details')
@if (get_sub_field('top_description'))
@endif @if (have_rows('product_features')) @php $numrows = 0 @endphp @while(have_rows('product_features')) @php the_row(); $numrows++ @endphp @endwhile
@while(have_rows('product_features')) @php the_row() @endphp
@if (get_sub_field('banner'))
@endif @if (get_sub_field('title', false))

{!! get_sub_field('title', false) !!}

@endif @if (have_rows('description_list')) @if($numrows == 1)
    @while(have_rows('description_list')) @php the_row() @endphp
  • {!! the_sub_field('item', false) !!}
  • @endwhile
@else
    @while(have_rows('description_list')) @php the_row() @endphp
  • {!! the_sub_field('item', false) !!}
  • @endwhile
@endif @endif
@endwhile
@endif
@endif @if(get_row_layout() == 'ipid_download')
@if(get_sub_field('link')) @endif @if(get_sub_field('beschreibung'))
{!! get_sub_field('beschreibung') !!}
@endif
@endif @if(get_row_layout() == 'two_columns_header_list')
@while (has_sub_field('column_left'))

{!! get_sub_field('title', false) !!}

@endwhile @if (get_sub_field('component_image'))
@endif @while (has_sub_field('column_right')) @if (have_rows('description_list'))
    @while(have_rows('description_list')) @php the_row() @endphp
  • {!! the_sub_field('item') !!}
  • @endwhile
@endif @endwhile
@endif @if(get_row_layout() == 'two_columns_header_description')
@while (has_sub_field('column_left'))
{!! get_sub_field('title', false) !!}
@endwhile @if (get_sub_field('component_image'))
@endif @while (has_sub_field('column_right'))
@endwhile
@endif @if(get_row_layout() == 'one_column_text')
@if (get_sub_field('title', false))

{!! get_sub_field('title', false) !!}

@endif @if (get_sub_field('description', false)) @endif
@endif @if(get_row_layout() == 'one_column_text_colored_bg')
@if (get_sub_field('title', false))

{!! get_sub_field('title', false) !!}

@endif
@endif @if(get_row_layout() == 'banner')

{!! get_sub_field('title', false) !!}

@endif @if(get_row_layout() == 'two_columns_counterpart')
@while (has_sub_field('column_left'))

{!! get_sub_field('title', false) !!}

{!! get_sub_field('subtitle') !!}
@endwhile @if (get_sub_field('component_image'))
@endif @while (has_sub_field('column_right')) @endwhile
@endif @endwhile @endif