{{ heading }}

{% for item in data.collection_items %}

{{ item.heading }}

Field
Value
{% for field, value in item.data.items() %}
{{ field }}
{% set _is_attachment_block = false %} {% if value is mapping and value|length > 0 %} {% set _first_key = (value.keys() | list)[0] %} {% if value[_first_key] is mapping and ('url' in value[_first_key]) %} {% set _is_attachment_block = true %} {% endif %} {% endif %} {% if _is_attachment_block %}

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 %}