I'm trying to make a comment system in symfony but at the moment of rendering the form in a for as follows
twig code:
{% for publicacion in publicaciones %}
{{form(form}}
{% endfor %}
the form is shown only once and is not shown for each publication that is made