{% for item in module.box %}{% inline_text field="left_box.left_title" value="" %}{% if item.left_box.left_image.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.left_box.left_image.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.left_box.left_image.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="100%" height="auto" style="max-width: px; max-height: px"' %}{% endif %}<img src="" alt="">{% endif %}{% inline_text field="left_box.left_button_text" value="" %}{% set href = item.left_box.left_button_link.url.href %}{% if item.left_box.left_button_link.url.type is equalto "EMAIL_ADDRESS" %}{% set href = "mailto:"+href %}{% endif %}<a href=""{% if item.left_box.left_button_link.open_in_new_tab %}target="_blank"{% endif %}{% if item.left_box.left_button_link.no_follow %}rel="nofollow"{% endif %}>Link text </a>{% if item.right_box.right_logo.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.right_box.right_logo.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.right_box.right_logo.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="100%" height="auto" style="max-width: px; max-height: px"' %}{% endif %}<img src="" alt="">{% endif %}{% inline_text field="right_box.right_title" value="" %}{% inline_rich_text field="right_box.right_text" value="" %}{% inline_text field="right_box.right_buttom_text" value="" %}{% set href = item.right_box.right_buttom_link.url.href %}{% if item.right_box.right_buttom_link.url.type is equalto "EMAIL_ADDRESS" %}{% set href = "mailto:"+href %}{% endif %}<a href=""{% if item.right_box.right_buttom_link.open_in_new_tab %}target="_blank"{% endif %}{% if item.right_box.right_buttom_link.no_follow %}rel="nofollow"{% endif %}>Link text </a>{% endfor %}