{{ form_row(form.category) }} {{ form_row(form.name, { label: 'object.form.name'|trans }) }} {{ form_row(form.description) }} {{ form_row(form.age) }} {{ form_row(form.deposit) }} {{ form_row(form.preferredLoanDuration) }} {% if form.visibility is defined %}
{% include 'components/product/service_request/_visibility.html.twig' with { visibility: form.visibility, product: 'objet' } %}
{{ form_row(form.groups) }}
{% endif %} {% include 'components/product/_images.html.twig' with { form: form.images } %}
{# // https://github.com/symfony/webpack-encore-bundle#stimulus_target {{ form_row(form.images, { attr: stimulus_target('controller-name', 'target-name').toArray() | merge( stimulus_action('controller-name', 'action-name').toArray() ) }) }} #}