{% from "../_colSection/_colSection.html" import colSection %} {{ colSection( sectionName = 'reviews', sectionType = 'reviews', numberOfColumns = reviews.numberOfColumns.numberOfColumns_options.selected, leftCol = reviews.leftColumnContent.leftColumnContent_options.selected, assetType= 'Image', hasBg = reviews.styleBackgroundColor.hasBg, hasColorMode = reviews.solidBackgroundMode.solidBackground_options.selected, title = '', subTitle = '', content = reviews.mainContent.main_content, showCta = 'false', mainBtnText = global.mainBtn, path = global.path, imgMobile = reviews.main_image.image_mobile, imgDesktop = reviews.main_image.image_desktop, imgAlt = reviews.main_image.image_alt, showTestimonialsBanner = reviews.testimonialsBanner.showBanner, testimonialsBannerTitle = testimonialsBanner.title, testimonialsBannerContent = testimonialsBanner.content, testimonialsBannerBannerImage = testimonialsBanner.bannerImage.image, testimonialsBannerBannerImageAlt = testimonialsBanner.bannerImage.image_alt, showTestimonialsVideo = reviews.testimonialsVideo.showVideo, testimonialsVideoTitle = testimonialsVideo.title, testimonialsVideoBrightcoveVideoID = testimonialsVideo.brightcoveVideoID, testimonialsVideoHasCustomPlay = testimonialsVideo.videoHasCustomPlay, testimonialsVideoMutedAndAutoPlay = testimonialsVideo.mutedAndAutoPlay, testimonialsVideoPlaceholder = testimonialsVideo.poster.image_placeholder, testimonialsVideoPlaceholderAlt = testimonialsVideo.poster.image_placeholder_alt, reviewsTitle = reviews.mainContent.main_title, reviewsList = reviews.reviews, disclaimer = global.disclaimer ) }}