diff --git a/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl
index 411afaaf6..74f1c2e79 100644
--- a/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl
+++ b/admin-dev/themes/default/template/controllers/addresses/helpers/form/form.tpl
@@ -44,7 +44,7 @@
{/if}
{/block}
-{block name="field_block"}
+{block name="field"}
{if $input.type == 'text_customer'}
{if isset($customer)}
diff --git a/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl
index 61eaa1de9..177b16734 100644
--- a/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl
+++ b/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl
@@ -33,7 +33,7 @@
{$smarty.block.parent}
{/block}
-{block name="field_block"}
+{block name="field"}
{if $input.name == 'current_texture'}
{if isset($imageTextureExists) && $imageTextureExists}
diff --git a/admin-dev/themes/default/template/controllers/attributes_groups/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/attributes_groups/helpers/form/form.tpl
index 35932ec44..7072c440d 100644
--- a/admin-dev/themes/default/template/controllers/attributes_groups/helpers/form/form.tpl
+++ b/admin-dev/themes/default/template/controllers/attributes_groups/helpers/form/form.tpl
@@ -26,7 +26,7 @@
{extends file="helpers/form/form.tpl"}
-{block name="field_block"}
+{block name="field"}
{$smarty.block.parent}
{if $input.name == 'public_name'}
{hook h="displayAttributeGroupForm" id_attribute_group=$form_id}
diff --git a/admin-dev/themes/default/template/controllers/carriers/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/carriers/helpers/form/form.tpl
index ed30d9b61..fadf161ac 100644
--- a/admin-dev/themes/default/template/controllers/carriers/helpers/form/form.tpl
+++ b/admin-dev/themes/default/template/controllers/carriers/helpers/form/form.tpl
@@ -41,7 +41,7 @@
{$smarty.block.parent}
{/block}
-{block name="field_block"}
+{block name="field"}
{$smarty.block.parent}
{if $input.type == 'select' && $input.name == 'range_behavior'}
diff --git a/admin-dev/themes/default/template/controllers/categories/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/categories/helpers/form/form.tpl
index bdb7fec65..9810121f8 100644
--- a/admin-dev/themes/default/template/controllers/categories/helpers/form/form.tpl
+++ b/admin-dev/themes/default/template/controllers/categories/helpers/form/form.tpl
@@ -25,7 +25,7 @@
*}
{extends file="helpers/form/form.tpl"}
-{block name="description_block"}
+{block name="description"}
{$smarty.block.parent}
{if ($input.name == 'groupBox')}
diff --git a/admin-dev/themes/default/template/controllers/cms/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/cms/helpers/form/form.tpl
index f7850e858..2c2468a2c 100644
--- a/admin-dev/themes/default/template/controllers/cms/helpers/form/form.tpl
+++ b/admin-dev/themes/default/template/controllers/cms/helpers/form/form.tpl
@@ -66,7 +66,7 @@
{/block}
-{block name="input_block"}
+{block name="input"}
{if $input.type == 'select_category'}