{% for item in module.job_listing %}{% inline_text field="job_title" value="" %}{% inline_text field="location" value="" %}{% set href = item.job_listing_link.url.href %}{% if item.job_listing_link.url.type is equalto "EMAIL_ADDRESS" %}{% set href = "mailto:"+href %}{% endif %}<a href=""{% if item.job_listing_link.open_in_new_tab %}target="_blank"{% endif %}{% if item.job_listing_link.rel %}rel=""{% endif %}>Link text </a>{% if item.add_job_posting_link_ %}<!-- HTML to show when checked -->{% endif %}{% endfor %}