{% for attachment in item %} {% if not attachment.is_embedable_image %}
{% if attachment.is_image %} {{attachment.name}} {% else %} {{attachment.name}} {% endif %}
{{attachment.optimized_name}}
{% endif %} {% endfor %}