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

{{ ('Reported copy')|trans({}, 'icap_dropzone') }}

{{ 'Report reason'|trans({}, 'icap_dropzone') }}:
{{ log.details.report.report_comment|raw }}
{% if log.details.report.dropzoneId is defined %}
{{ 'Reported copy'|trans({}, 'icap_dropzone') }}:
{{ 'copy'|trans({}, 'icap_dropzone') }}
{% endif %} {% endif %} {% if log.details.report is defined and log.details.report.drop is defined and log.details.report.drop.documents is defined %}

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

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