• {% if results != "" %} {% endif %}
    {{ title }}
    {{ form_start(form, {'attr': {'action': path('admin_menus_update', {'page_id':id, 'lang_code': language.languageCode}), 'id' : 'form-info-' ~ relationId, 'class': 'ajax-menu-form'}}) }}
    {{ form_widget(form.title, {'attr': {'class': 'form-control' }} ) }} {% if content is defined %} {% if content.id is defined and content.id != "" %} Original: {{ pageOriginTitle }} {% endif %} {% endif %}
    {% if content is defined %} {% if content.link is defined and content.link != "" %}
    {{ form_widget(form.link, {'attr': {'class': 'form-control' }} ) }}
    {% endif %}
    {{ form_widget(form.target, {'attr': {'class': 'form-control select2-style' }} ) }}
    {% endif %}
    {{ form_label(form.logo) }} {{ form_widget(form.logo) }}
    {{ form_label(form.logoPosition) }} {{ form_widget(form.logoPosition, {'attr': {'class': 'form-control select2-style' }} ) }}
    {% if friendlyUrl is defined %}
    {{ form_label(form.friendlyUrl) }} {{ form_widget(form.friendlyUrl, {'attr': {'class': 'form-control select2-style' }}) }}
    {% endif %}
    {{ form_end(form) }}
    {% if results != "" %}
      {{ results|raw }}
    {% endif %}