diff --git a/src/Resources/views/Crud/index.html.twig b/src/Resources/views/Crud/index.html.twig
index 20321a5..1da2739 100644
--- a/src/Resources/views/Crud/index.html.twig
+++ b/src/Resources/views/Crud/index.html.twig
@@ -8,6 +8,6 @@
{% block title %}{{ parent() }} {{ header|trans }}{% endblock %}
{% block content %}
-{% include 'PlatformAdminBundle:Crud/Index:_header.html.twig' %}
+{% include '@PlatformAdmin/Crud/Index/_header.html.twig' %}
{% include '@PlatformAdmin/Crud/Index/_content.html.twig' %}
{% endblock %}