{% set delete_btn %} {% endset %} {#{{ form_row(form.master_picture_attachment) }} #} {% for attachment in form.attachments %} {% endfor %}
{{ form_widget(attachment) }} {{ delete_btn }} {% set attach = attachment.vars.value %} {% if attachment_helper.fileExisting(attach) %} {% if not attach.external %}

{{ attach.filename }}
{{ attachment_helper.humanFileSize(attach) }}
{% else %}

{% trans %}attachment.external{% endtrans %}
{% endif %} {% else %}

{% trans %}attachment.file_not_found{% endtrans %}
{% endif %}