I want to get all the variables available in the Symfony form theme file form_div_layout.html.twig, I read the Symfony official documention and searched on the web, but couldn\'
See my answer here: https://stackoverflow.com/a/41020474/5758328
You simply need to use
{% dump %}
and all variables available in the template will be dumped to the profiler