{% for att in item.attachments %}
Attachment {% if att.urls %}
{% endif %} {% if att.video_data_url %}
{% endif %}
Type: {{att.mime_type}}
File Name: {{att.filename}}
{% endfor %}