{{ heading }}

{% for item in data.collection_items %}

{{ item.heading }}

Field
Value
{% for field, value in item.data.items() %}
{{ field }}
{% if field == "attachments" and value is mapping and value|length > 0 %}

Note: All download links will expire in 7 days.

File Name
Size
{% for attachment_name, attachment_info in value.items() %}
{{ attachment_name }}
{{ attachment_info.size }}
{% endfor %}
{% else %}
{{ value | pretty_print }}
{% endif %}
{% endfor %}
{% endfor %}