diff --git a/src/Bundle/ChillMainBundle/Resources/views/FilterOrder/base.html.twig b/src/Bundle/ChillMainBundle/Resources/views/FilterOrder/base.html.twig
index 3457c883a..f9924eb11 100644
--- a/src/Bundle/ChillMainBundle/Resources/views/FilterOrder/base.html.twig
+++ b/src/Bundle/ChillMainBundle/Resources/views/FilterOrder/base.html.twig
@@ -10,30 +10,32 @@
{% endif %}
- {% if form.checkboxes|length > 0 %}
- {% for checkbox_name, options in form.checkboxes %}
-
- {{ form_label(form.address) }}
- {{ form_widget(form.address) }}
-
-
- {% if thirdParty.address %}
- {# include vue_address component #
- {% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
- targetEntity: { name: 'thirdparty', id: thirdParty.id },
- mode: 'edit',
- addressId: thirdParty.address.id,
- buttonSize: 'btn-sm',
- } %}
- {#
- backUrl: path('chill_3party_3party_new'),
- #
- {% else %}
- {# include vue_address component #
- {% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
- targetEntity: { name: 'thirdparty', id: thirdParty.id },
- mode: 'new',
- buttonSize: 'btn-sm',
- buttonText: 'Create a new address',
- modalTitle: 'Create a new address',
- } %}
- {% endif %}
-
-
-#}
-
{{ form_row(form.comment) }}
+
+{% if form.centers is defined %}
{{ form_row(form.centers) }}
+{% endif %}
{{ form_row(form.active) }}