{{ if reply }}

{{ reply.text }}

{{ /if }} {{ if text }}

{{ text.replace(/\n/g, '
') }}

{{ /if }} {{ each files file }}
{{ if file.type.includes('image') }} {{ else if file.type.includes('video') }} {{ else if file.type.includes('audio') }} {{ else }} {{ file.name }} {{ /if }} {{ if file.comment }}

{{ file.comment }}

{{ /if }} {{ /each }}