{% extends "IcapDropzoneBundle::layout.html.twig" %} {% block resourceBreadcrumb %} {% if admin == true %}
{% if state is defined and state == 'preview' %} {{ 'Here is the list of the corrected documents'|trans({}, 'icap_dropzone') }} {% else %} {{ 'Here is the list of documents which you must correct'|trans({}, 'icap_dropzone') }} {% endif %}
{% if correction.drop.documents|length > 0 %} {% set documentListText = 'Documents'|trans({}, 'icap_dropzone') %} {{ dropzoneMacros.displayDocumentsList(correction.drop, dropzone, 6, "condensed", documentListText) }} {% else %}{{ 'No document associated'|trans({}, 'icap_dropzone') }}
{% endif %} {% endif %} {% endif %} {% if state is defined and state == 'preview' and dropzone.getAllowCorrectionDeny %}