src/Package/Openform/Front/Templates/Proposal/components/_list.html.twig line 1

Open in your IDE?
  1. {% for item in entities %}
  2.     {% include '@openform_front_templates/Proposal/_item.html.twig' with {item} %}
  3. {% endfor %}