{% import "Admin/macros.html.twig" as macros_admin %} {% for o in form.children %} {% set input = o.vars.block_prefixes[o.vars.block_prefixes|length-2] %} {% set infos = o.vars.attr.infos is defined ? o.vars.attr.infos %} {% set class = o.vars.attr.class is defined ? o.vars.attr.class %} {% set id = o.vars.id %} {% if 'half' not in class and 'third' not in class and 'quarter' not in class and 'w100' not in class %} {% set class = childClass is defined ? class~' '~childClass %} {% endif %} {% if 'half' not in class and 'third' not in class and 'quarter' not in class and 'w100' not in class %} {% set class = class~' w100' %} {% endif %} {% set subclass = "hz-20-in vt-10-in w100 p adapt border border-gray bg-white w100 radius-10 " %} {% if o.vars.name != "_token" %}
{% endif %} {% endfor %} {% do form.setRendered() %}