{% if log.details.drop is defined %}

{{ ('log_drop_documents')|trans({}, 'log') }}

{% for document in log.details.drop.documents %} {% include 'IcapDropzoneBundle:Log:log_details_document.html.twig' with {'document': document} %} {% endfor %} {% endif %}