{% if potentActiveProbiotic.icon.image and potentActiveProbiotic.icon.image != "" %}
![{{potentActiveProbiotic.icon.alt}}]()
{% endif %}
{% if potentActiveProbiotic.icon_options.selected and potentActiveProbiotic.icon_options.selected != "none" %}
{% endif %}
{{potentActiveProbiotic.title}}
{{potentActiveProbiotic.intro}}
{% for item in potentActiveProbiotic.items %}
-
{{item.title}}
{{item.content}}
{% endfor %}
{% if potentActiveProbiotic.disclaimer and potentActiveProbiotic.disclaimer != '' %}
{{potentActiveProbiotic.disclaimer}}
{% endif %}
{% if potentActiveProbiotic.disclaimer2 and potentActiveProbiotic.disclaimer2 != '' %}
{{potentActiveProbiotic.disclaimer2}}
{% endif %}