{% import "helper.twig" as helper %}
| {% trans %}attachment.name{% endtrans %} | {% trans %}attachment.attachment_type{% endtrans %} | {% trans %}attachment.file_name{% endtrans %} | {% trans %}attachment.file_size{% endtrans %} | ||
|---|---|---|---|---|---|
| {{ helper.attachment_icon(attachment, attachment_helper) }} | {{ attachment.name }} | {{ attachment.type.fullPath }} | {{ attachment.filename }} | {% if attachment_helper.fileExisting(attachment) %} {{ attachment_helper.humanFileSize(attachment) }} {% else %} {% trans %}attachment.file_not_found{% endtrans %} {% endif %} |