diff --git a/admin-dev/themes/default/template/controllers/cart_rules/informations.tpl b/admin-dev/themes/default/template/controllers/cart_rules/informations.tpl
index 715bb7079..249aa3fbe 100644
--- a/admin-dev/themes/default/template/controllers/cart_rules/informations.tpl
+++ b/admin-dev/themes/default/template/controllers/cart_rules/informations.tpl
@@ -7,25 +7,29 @@
{foreach from=$languages item=language}
+ {if $languages|count > 1}
diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl
index be76e0a16..42ede4696 100644
--- a/admin-dev/themes/default/template/helpers/options/options.tpl
+++ b/admin-dev/themes/default/template/helpers/options/options.tpl
@@ -230,13 +230,18 @@
{foreach $field['languages'] AS $id_lang => $value}
+ {if $field['languages']|count > 1}
+ {else}
+
+ {/if}
+ {if $field['languages']|count > 1}
+ {else}
+
+ {/if}
{/foreach}