{% if cartComponent.extra_data.visibility_options[0].selected == 'show' or cartComponent.extra_data.visibility_options[1].selected == 'show' or cartComponent.extra_data.visibility_options[2].selected == 'show' %}
{% for item in cartComponent.extra_data %}
{% if item.visibility_options.selected == 'show' %}
{% if item.ui_options.selected == 'Image' %}
{% endif %}
{% if item.ui_options.selected == 'Icon' %}
{% endif %}
{{item.content}}
{% if item.alternative_content and item.alternative_content != '' %}
{% endif %}