diff --git a/Resources/views/Admin/layout.html.twig b/Resources/views/Admin/layout.html.twig
index 49a0a7081..3fd306c2d 100644
--- a/Resources/views/Admin/layout.html.twig
+++ b/Resources/views/Admin/layout.html.twig
@@ -20,7 +20,7 @@
{% block vertical_menu_content %}
{{ chill_menu('admin_custom_fields', {
- 'layout': 'ChillCustomFieldsBundle::Admin/menu.html.twig',
+ 'layout': '@ChillCustomFields/Admin/menu.html.twig',
}) }}
{% endblock %}
diff --git a/Resources/views/CustomField/edit.html.twig b/Resources/views/CustomField/edit.html.twig
index 019a02d95..e2c9f16dc 100644
--- a/Resources/views/CustomField/edit.html.twig
+++ b/Resources/views/CustomField/edit.html.twig
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
#}
-{% extends "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
+{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
{% block title %}{{ 'CustomField edit'|trans }}{% endblock title %}
diff --git a/Resources/views/CustomField/new.html.twig b/Resources/views/CustomField/new.html.twig
index d06ee0cc3..53919183b 100644
--- a/Resources/views/CustomField/new.html.twig
+++ b/Resources/views/CustomField/new.html.twig
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
#}
-{% extends "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
+{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
{% block title %}{{ 'CustomField creation'|trans }}{% endblock title %}
diff --git a/Resources/views/CustomField/show.html.twig b/Resources/views/CustomField/show.html.twig
index 69a4d9e25..33f1a0f79 100644
--- a/Resources/views/CustomField/show.html.twig
+++ b/Resources/views/CustomField/show.html.twig
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
#}
-{% extends "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
+{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
{% block admin_content %}
CustomField
diff --git a/Resources/views/CustomFieldsGroup/edit.html.twig b/Resources/views/CustomFieldsGroup/edit.html.twig
index 823f492c2..086114355 100644
--- a/Resources/views/CustomFieldsGroup/edit.html.twig
+++ b/Resources/views/CustomFieldsGroup/edit.html.twig
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
#}
-{% extends "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
+{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
{% block title %}{{ 'CustomFieldsGroup edit'|trans }}{% endblock %}
diff --git a/Resources/views/CustomFieldsGroup/index.html.twig b/Resources/views/CustomFieldsGroup/index.html.twig
index 28ec9713a..a3a8daa5b 100644
--- a/Resources/views/CustomFieldsGroup/index.html.twig
+++ b/Resources/views/CustomFieldsGroup/index.html.twig
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
#}
-{% extends "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
+{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
{% block title %}{{ 'CustomFieldsGroup list'|trans }}{% endblock %}
diff --git a/Resources/views/CustomFieldsGroup/new.html.twig b/Resources/views/CustomFieldsGroup/new.html.twig
index 3c0692773..588537f65 100644
--- a/Resources/views/CustomFieldsGroup/new.html.twig
+++ b/Resources/views/CustomFieldsGroup/new.html.twig
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
#}
-{% extends "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
+{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
{% block admin_content %}
{{ 'CustomFieldsGroup creation'|trans }}
diff --git a/Resources/views/CustomFieldsGroup/show.html.twig b/Resources/views/CustomFieldsGroup/show.html.twig
index d2f9d4e33..c6e4fada1 100644
--- a/Resources/views/CustomFieldsGroup/show.html.twig
+++ b/Resources/views/CustomFieldsGroup/show.html.twig
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
#}
-{% extends "ChillCustomFieldsBundle::Admin/layout.html.twig" %}
+{% extends "@ChillCustomFields/Admin/layout.html.twig" %}
{% block title %}{{ 'CustomFieldsGroup details'|trans }}{% endblock %}