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