{% if image.default %}
{% for entry in image.responsive %} {% if entry.image and entry.screen_width %} {% endif %} {% endfor %} {{ image.alt }} {% if image.caption %}
{{ image.caption }}
{% endif %}
{% endif %}