{% set customerUploadId = "customerUpload#{random()}" %} {% set customerUploadOptions = { url: path('moorl.customer-upload.send'), params: { entityId: entityId, initiator: initiator, redirectParameters: redirectParameters, redirectTo: redirectTo, }, dictDefaultMessage: 'moorl-foundation.customerUpload.dictDefaultMessage'|trans } %} {% if formLabel %} {% endif %}
{% if media or mediaId %}
{% sw_include '@MoorlFoundation/plugin/moorl-foundation/component/form/customer-upload-image.html.twig' %}
{% else %}
{% sw_include '@MoorlFoundation/plugin/moorl-foundation/component/form/customer-upload-files.html.twig' %}
{% endif %}