{% from "../_colSection/_colSection.html" import colSection %} {{ colSection( sectionName = 'polyphenol-main', sectionType = '', numberOfColumns = polyphenol.numberOfColumns.numberOfColumns_options.selected, leftCol = polyphenol.leftColumnContent.leftColumnContent_options.selected, assetType= 'Image', hasBg = polyphenol.styleBackgroundColor.hasBg, title = polyphenol.mainContent.main_title, subTitle = '', content = polyphenol.mainContent.main_content, showCta = 'false', mainBtnText = '', path = global.path, imgMobile = polyphenol.main_image.image_mobile, imgDesktop = polyphenol.main_image.image_desktop, imgAlt = polyphenol.main_image.image_alt, disclaimer = global.disclaimer ) }} {% if realReason.displaySecondarySection == 'true' %}

{{polyphenol.secondaryTitle.secondary_title}}

{% if polyphenol.secondaryTitle.secondary_subtitle and polyphenol.secondaryTitle.secondary_subtitle != '' %}
{{polyphenol.secondaryTitle.secondary_subtitle}}
{% endif %} {% for content in polyphenol.secondary_content %}

{{content.content}}

{% endfor %} {% if polyphenol.secondary_content_layout_options.selected == "Infographics" %}
    {% for item in polyphenol.infographics_content.items %}
  • {% if item.icon and item.icon != '' %}
    {% from "../_icon/_icon.html" import icon %} {{ icon( iconID = item.icon, className = 'icon', modifierClass = 'infographic' ) }}
    {% endif %} {% if item.title and item.title != '' %}
    {{item.title}}
    {% endif %} {% if item.content and item.content != '' %}

    {{item.content}}

    {% endif %}
  • {% endfor %}
{{realReason.infographics_content.image.image_alt}}
{% endif %} {% if polyphenol.show_disclaimer %}
{{global.disclaimer}}
{% endif %}
{% endif %}