{# templates/components/quote/_product_forms.html.twig #} {% set formComponent = '%s_form' | format(selectedProduct.slug | replace({'-': '_'})) %} {% if formComponent is defined %}
{{ component(formComponent, { userId: userId }) }}
{% else %}

Formulaire non disponible pour ce produit

{% endif %}