{% for item in module.add_item %}{% inline_text field="section_id" value="" %}{% inline_text field="section_heading" value="" %}{% inline_rich_text field="section_text" value="" %}{% if item.show_popup_ %}<!-- HTML to show when checked -->{% endif %}{% if item.popup_image.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.popup_image.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.popup_image.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% endif %}{% set loadingAttr = item.popup_image.loading!= 'disabled' ? 'loading=""':'' %}<img src="" alt="">{% endif %}{% inline_text field="sidebar_title" value="" %}{% endfor %}