{% if completeProtein.title != '' %}

{{completeProtein.title}}

{% endif %} {% if completeProtein.subtitle != '' %}

{{completeProtein.subtitle}}

{% endif %} {% if completeProtein.content != '' %}

{{completeProtein.content}}

{% endif %} {% if completeProtein.image.image != '' %} {{completeProtein.image.image_alt}} {% endif %} {% if completeProtein.showList == 'true' %}
{% if completeProtein.positiveFacts.positiveFacts_title != '' %}
{{completeProtein.positiveFacts.positiveFacts_title}}
{% endif %} {% for item in completeProtein.positiveFacts.positiveFacts_list %}
{{item.item}}
{% endfor %}
{% endif %} {% if completeProtein.showList == 'true' and completeProtein.absentDownsides.absentDownsides_list | length %}
{% if completeProtein.absentDownsides.absentDownsides_title != '' %}
{{completeProtein.absentDownsides.absentDownsides_title}}
{% endif %} {% for item in completeProtein.absentDownsides.absentDownsides_list %}
{{item.item}}
{% endfor %}
{% endif %}