[% BLOCK attachments %]
| [% text('Attached and Linked Files') %] | |||
|---|---|---|---|
| [% text('File name') %] | [% text('File type') %] | [% text('Attached at') %] | [% text('Attached by') %] |
| [% file.file_name %] | [% file.mime_type %] | [% file.uploaded_at %] | [% file.uploaded_by_name %] |
| [% text('File name') %] | [% text('File type') %] | [% text('Attached To Type') %] | [% text('Attached To') %] | [% text('Attached at') %] | [% text('Attached by') %] |
|---|---|---|---|---|---|
| [% file.file_name %] | [% file.mime_type %] | [% aclass %] | [% file.reference() %] | [% file.attached_at() %] | [% file.attached_by() %] |