{# We are advizing to use a select2 #} {% block umanit_link_type_widget %} {% spaceless %} {% for child in form.children %} {% if form.children|length > 1 %}
{% endif %} {{ form_label(child) }} {{ form_widget(child) }} {{ form_errors(child) }} {% if form.children|length > 1 %}
{% endif %} {% if loop.index == 1 and form.children|length > 1 %}
{{ 'or'|trans([], 'UmanitTreeBundle') }}
{% endif %} {% endfor %} {% endspaceless %} {% endblock %} {% block umanit_node_type_widget %} {{ form_label(child) }} {{ form_widget(child) }} {{ form_errors(child) }} {% endblock %}