{% if 'testimonialsVideo' in components %} {% if reviews.testimonialsVideo.showVideo == 'false' %}
{% from "../_vsl/_vsl.html" import vsl with context %} {{ vsl( title = testimonialsVideo.title, brightcoveVideoStorage = testimonialsVideo.brightcoveVideoStorage, brightcoveAccountID = "6415579764001", brightcoveVideoID = testimonialsVideo.brightcoveVideoID, customPlay = testimonialsVideo.videoHasCustomPlay, ID = 'testimonialsVideoSection', className = '', mutedAndAutoPlay = testimonialsVideo.mutedAndAutoPlay, path = global.path, image_placeholder = testimonialsVideo.poster.image_placeholder, image_placeholder_alt = testimonialsVideo.poster.image_placeholder_alt, videoSrc = '' ) }}
{% endif %} {% endif %}