{% extends "@AdminLTE/layout/form-theme.html.twig" %} {# Adds the help icon, including a link to the documentation #} {% block form_label %} {% if form.vars.docu_chapter is defined and form.vars.docu_chapter is not empty %} {% endif %} {{ parent() }} {% endblock form_label %} {% block _team_edit_form_members_entry_user_widget %} {# this will convert the select box into a hidden field, which are exchangable from an HTML perspective #} {%- set type = 'hidden' -%} {{ block('form_widget_simple') }} {% endblock %} {% block team_member_widget %}