diff --git a/CHANGELOG.md b/CHANGELOG.md
index 739f460..7761553 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
### Fixed
* fix(crud/index): fix row attribute value render
* fix(crud/navigation_setting): fix form action
+* fix(crud/template): use default route params
## [v1.27.0] - 2025-12-22
### Fixed
diff --git a/src/core/Resources/views/admin/crud/show.html.twig b/src/core/Resources/views/admin/crud/show.html.twig
index 2cefa56..d98dd22 100644
--- a/src/core/Resources/views/admin/crud/show.html.twig
+++ b/src/core/Resources/views/admin/crud/show.html.twig
@@ -18,7 +18,7 @@
{% block header_actions_before %}{% endblock %}
{% if configuration.action(context, 'back', true) %}
-
+
{{ configuration.actionTitle(context, 'back', 'Back to the list')|trans }}
@@ -27,7 +27,7 @@
{% endif %}
{% if configuration.action(context, 'edit', true, [entity]) %}
-
+