{% for i in range(5, 11) %}
{% set image_value_key = 'image-gallery-%s' % i %}
{% set alt_value_key = 'alt-text-gallery-%s' % i %}
{% if mypage[image_value_key] %}
{% endif %}
{% endfor %}
{% if mypage['perks-background'] %}
{% else %}
{% endif %}
Venture X flexes with your business size.
What’s
included
in a {{ mypage['membership-type-text'] }}.
{% if icon_files[mypage['icon-1']] %}
{% endif %}
{% if mypage['icon-name-1'] %}
{{ mypage['icon-name-1'] }}
{% endif %}
{% if icon_files[mypage['icon-2']] %}
{% endif %}
{% if mypage['icon-name-2'] %}
{{ mypage['icon-name-2'] }}
{% endif %}
{% if icon_files[mypage['icon-3']] %}
{% endif %}
{% if mypage['icon-name-3'] %}
{{ mypage['icon-name-3'] }}
{% endif %}
{% if icon_files[mypage['icon-4']] %}
{% endif %}
{% if mypage['icon-name-4'] %}
{{ mypage['icon-name-4'] }}
{% endif %}
{% if icon_files[mypage['icon-5']] %}
{% endif %}
{% if mypage['icon-name-5'] %}
{{ mypage['icon-name-5'] }}
{% endif %}
{% if icon_files[mypage['icon-6']] %}
{% endif %}
{% if mypage['icon-name-6'] %}
{{ mypage['icon-name-6'] }}
{% endif %}
{% if icon_files[mypage['icon-7']] %}
{% endif %}
{% if mypage['icon-name-7'] %}
{% if mypage['all-the-venturex-amenities-description'] %}
{{ mypage['all-the-venturex-amenities-description']|nl2br|safe }}
{% endif %}
{% set vxbullets = mypage['all-the-venturex-amenities-bullets'].split(',') %}
{% for bullet in vxbullets %}
{{ bullet }}
{% endfor %}
{% if mypage['alt-text-all-amenities'] %}
{% else %}
{% endif %}
{% for i in range(1, 7) %}
{% set image_value_key = 'membership-block-image-%s' % i %}
{% set alt_value_key = 'alt-text-membership-block-%s' % i %}
{% set title_value_key = 'membership-block-title-%s' % i %}
{% set description_value_key = 'membership-block-description-%s' % i %}
{% if mypage[image_value_key] %}