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 fd433a1 commit 740803eCopy full SHA for 740803e
reference/twig_reference.rst
@@ -760,8 +760,9 @@ rootform
760
``form``
761
**type**: ``FormView``
762
763
-Checks for sure if the current ``form`` does not have a parent form view. Using
764
-this test is the safest way if your form contains a ``parent`` field.
+Checks if the given ``form`` does not have a parent form view. This is the only
+safe way of testing it because checking if the form contains a field called
765
+``parent`` is not reliable.
766
767
Global Variables
768
----------------
0 commit comments