{% include 'IcapDropzoneBundle:Log:log_details_document.html.twig' with {'document': log.details.document} %}
{% endif %}
{% if log.details.drop is defined %}
{{ ('log_drop_all_documents')|trans({}, 'log') }}
{% for document in log.details.drop.documents %}
{% include 'IcapDropzoneBundle:Log:log_details_document.html.twig' with {'document': document} %}
{% endfor %}
{% endif %}