{% if item.thumb_image %}
{% if item.media_caption %}
{{item.media_caption}}
{% endif %}
{% if item.media_mime_type %}Media Type: {{item.media_mime_type}}{% endif %}
{% if item.file_path %}Path: {{item.file_path}}{% endif %}
{% if item.media_url %}URL: {{item.media_url}}{% endif %}
{% if item.file_size %}Size: {{item.file_size}}{% endif %}
{% if item.latitude %} Map Location: {{item.latitude}},{{item.longitude}} {% endif %}
{% endif %}