diff --git a/docs/cookbook/recipe_customizing_a_mosaic_list.rst b/docs/cookbook/recipe_customizing_a_mosaic_list.rst
index a4e2667a70..1623686f31 100644
--- a/docs/cookbook/recipe_customizing_a_mosaic_list.rst
+++ b/docs/cookbook/recipe_customizing_a_mosaic_list.rst
@@ -33,26 +33,15 @@ First, configure the ``outer_list_rows_mosaic`` template key:
-
-
- %sonata.media.admin.media.entity%
- %sonata.media.admin.media.controller%
+
-
- @SonataMedia/MediaAdmin/list_outer_rows_mosaic.html.twig
-
-
-
-
-
-The ``list_outer_rows_mosaic.html.twig`` is the name of one mosaic's tile. You should also extends the template and overwrite the default blocks availables.
+
+ @SonataMedia/MediaAdmin/list_outer_rows_mosaic.html.twig
+
+
+
+
+The ``list_outer_rows_mosaic.html.twig`` is the name of one mosaic's tile. You should also extend the template and overwrite the default blocks available.
.. code-block:: jinja
diff --git a/docs/cookbook/recipe_row_templates.rst b/docs/cookbook/recipe_row_templates.rst
index 06b5370ae0..3df9d4fb5c 100644
--- a/docs/cookbook/recipe_row_templates.rst
+++ b/docs/cookbook/recipe_row_templates.rst
@@ -17,7 +17,9 @@ The recipe
Configure your Admin service
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-The configuration takes place in the DIC by calling the ``setTemplates`` method.
+The configuration takes place by calling the ``setTemplate()`` / ``setTemplates()``
+method in the service ``%s.template_registry`` service, where ``%s`` is the name of your
+admin service (for instance ``sonata.admin.comment``).
Two template keys need to be set:
- ``inner_list_row``: The template for the row, which you will customize. Often
@@ -32,10 +34,7 @@ Two template keys need to be set:
-