{% for attachment in part.attachments %} {% endfor %}
{% trans %}attachment.name{% endtrans %} {% trans %}attachment.attachment_type{% endtrans %} {% trans %}attachment.file_name{% endtrans %} {% trans %}attachment.file_size{% endtrans %}
{% if attachment_helper.fileExisting(attachment) %} {% else %} {% endif %} {{ attachment.name }} {{ attachment.type.fullPath }} {{ attachment.filename }} {% if attachment_helper.fileExisting(attachment) %} {{ attachment_helper.humanFileSize(attachment) }} {% else %} {% trans %}attachment.file_not_found{% endtrans %} {% endif %}