We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3bc9f commit 931715aCopy full SHA for 931715a
cookbook/form/form_collections.rst
@@ -739,3 +739,7 @@ Render a custom prototype
739
740
Most of the time the provided prototype will be sufficient for your needs and does not need to be changed.
741
Should you need to render a prototype for your own specific needs a
742
+But if you are in the situation were you need to have a complete custom prototype you can render it yourself:
743
+
744
+ .. code-block:: html+jinja
745
+ data-prototype="{% filter escape %}{% include 'AcmeTaskBundle:Task:prototypeTask.html.twig' with { 'form': form.task.get('prototype') } %}{% endfilter %}"
0 commit comments