{% trans_default_domain "admin" %} {{ form_start(form) }} {% set wasCompound = false %} {{ form_errors(form) }} {% for child in form.children %} {% set hidden = ('hidden' in child.vars.block_prefixes) %} {% set compound = (child.vars.compound is defined and child.vars.compound and child.vars.datetimepicker is not defined) %} {% if loop.first %}{# if it's the first item, make sure the panel is opened #}