{{documentsScenario['libelle']|trans}}

{{'Tout cocher'|trans}} / {{'Tout décocher'|trans}}
{% for documentType, documentParams in documentsScenario['documents'] %}
{# {% set pageSignature = null %} {% if documentsTypes[documentType]['fields_api_v3']['client'] is defined %} {% for paramKey, paramValues in documentsTypes[documentType]['fields_api_v3']['client'] %} {% if paramValues['type'] == 'signature' %} {% if pageSignature == null %} {% set pageSignature = paramValues['page'] %} {% else %} {% set pageSignature = false %} {% endif %} {% endif %} {% endfor %} {% endif %} {% if pageSignature != null and pageSignature != false %} #} {# {% if documentsTypes[documentType]['etude_signature'] == constant('App\\Controller\\DocumentController::DOCUMENT_ETUDE_SIGNATURE_PAGE_UNIQUE') %} {% elseif documentsTypes[documentType]['etude_signature'] == constant('App\\Controller\\DocumentController::DOCUMENT_ETUDE_SIGNATURE_PAGES_MULTIPLES') %} {% endif %} #} {% if 'signature_conjoint_possible' in documentsTypes[documentType]|keys and documentsTypes[documentType]['signature_conjoint_possible'] == 'oui' %} {% endif %} {% if documentsTypes[documentType]['proposer_upload'] == 'oui' %} {% endif %} {% endfor %}