diff --git a/docs/fr/designers/language-variables/language-variables-smarty.xml b/docs/fr/designers/language-variables/language-variables-smarty.xml
index dd6fadd3..04ca2fb9 100644
--- a/docs/fr/designers/language-variables/language-variables-smarty.xml
+++ b/docs/fr/designers/language-variables/language-variables-smarty.xml
@@ -106,35 +106,49 @@
La variable {$smarty} peut être utilisée pour accéder aux propriétés
des boucles 'section' et 'foreach'. Voir la documentation de
section et
- foreach.
-
-
+ foreach.
+
+
-
- {$smarty.template}
-
- Cette variable contient le nom du template en cours de traitement.
-
-
-
-
-
+
+ {$smarty.template}
+
+ Cette variable contient le nom du template en cours de traitement.
+
+
+
+ {$smarty.ldelim}
+
+ This variable is used for printing the left-delimiter value
+ literally. See also {ldelim},{rdelim}.
+
+
+
+ {$smarty.rdelim}
+
+ This variable is used for printing the right-delimiter value literally.
+ See also {rdelim},{rdelim}.
+
+
+
+