{% for item in module.logos %}{% if item.logo.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.logo.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.logo.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% endif %}{% set loadingAttr = item.logo.loading!= 'disabled' ? 'loading=""':'' %}<img src="" alt="">{% endif %}{% set href = item.anchor.url.href %}{% if item.anchor.url.type is equalto "EMAIL_ADDRESS" %}{% set href = "mailto:"+href %}{% endif %}<a href=""{% if item.anchor.open_in_new_tab %}target="_blank"{% endif %}{% if item.anchor.rel %}rel=""{% endif %}>Link text </a>{% endfor %}