{{ heading }}
{% for item in data.collection_items %}{{ item.heading }}
Field
Value
{{ field }}
{% if field == "attachments" and value is mapping and value|length > 0 %}
{% for attachment_name, attachment_info in value.items() %}
{% else %}
Note: All download links will expire in 7 days.
File Name
Size
{{ attachment_name }}
{{ attachment_info.size }}
{% endfor %}
{{ value | pretty_print }}{% endif %}