diff --git a/datamodels/2.x/itop-core-update/view/ConfirmUpdate.html.twig b/datamodels/2.x/itop-core-update/view/ConfirmUpdate.html.twig
index 1cf402bc72..ceca8923cf 100644
--- a/datamodels/2.x/itop-core-update/view/ConfirmUpdate.html.twig
+++ b/datamodels/2.x/itop-core-update/view/ConfirmUpdate.html.twig
@@ -1,78 +1,61 @@
{# @copyright Copyright (C) 2010-2019 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
-
+{% apply spaceless %}
+
+{% UIContentBlock Standard {'sContainerClass':'ibo-update-core display_block display-files'} %}
+
{% if bSuccess %}
-
+ {% UIField Large {'sLabel':'iTopUpdate:UI:CurrentVersion'|dict_s, 'sValueHtml':sVersion} %}{% EndUIField %}
+ {% EndUIFieldSet %}
-
+ {% if bDoFilesArchive %}
+ {% UIField Large {'sLabel':'iTopUpdate:UI:WithFilesBackup'|dict_s, 'sValueHtml':sItopArchive} %}{% EndUIField %}
+ {% endif %}
+ {% else %}
+ {% UIAlert ForWarning {'sContent':'iTopUpdate:UI:WithoutBackup'|dict_s} %}{% EndUIAlert %}
+ {% endif %}
-
+ {% EndUIFieldSet %}
+
+ {% UIFieldSet Standard {'sLegend':'iTopUpdate:UI:Action'|dict_s} %}
+ {% UIAlert ForWarning {'sContent':'iTopUpdate:UI:WarningReadOnlyDuringUpdate'|dict_s} %}{% EndUIAlert %}
+ {#
#}
+ {% UIForm Standard {'CSSClasses':'form-inline'} %}
+ {% UIButton ForSecondaryAction {'sId':'cancel-update', 'sLabel':'iTopUpdate:UI:Cancel'|dict_s, 'bIsSubmit':true} %}
+ {% EndUIForm %}
+ {% UIForm Standard {'CSSClasses':'form-inline'} %}
+ {% UIButton ForPrimaryAction {'sId':'do-update', 'sLabel':'iTopUpdate:UI:DoUpdate'|dict_s, 'bIsSubmit':true} %}
+ {% UISpinner Standard {'sId':'submit-wait', 'IsHidden':true} %}
+ {% UIInput ForHidden {'sName':'operation', 'sValue':'UpdateCoreFiles'} %}
+ {% UIInput ForHidden {'sName':'transaction_id', 'sValue':sTransactionId} %}
+ {% UIInput ForHidden {'sName':'filename', 'sValue':sName} %}
+ {% UIInput ForHidden {'sName':'doBackup', 'sValue':bDoBackup} %}
+ {% UIInput ForHidden {'sName':'doFilesArchive', 'sValue':bDoFilesArchive} %}
+ {% EndUIForm %}
+ {#
#}
+ {% EndUIFieldSet %}
{% else %}
-
+ {% UIFieldSet Standard {'sLegend':''} %}
+ {% UIAlert ForFailure {'sContent':sError} %}{% EndUIAlert %}
+ {% UIForm Standard {} %}
+ {% UIButton ForPrimaryAction {'sLabel':'iTopUpdate:UI:Back'|dict_s, 'bIsSubmit':true} %}
+ {% EndUIForm %}
+ {% EndUIFieldSet %}
{% endif %}
-
+
+{% EndUIContentBlock %}
+{% endapply %}
\ No newline at end of file
diff --git a/datamodels/2.x/itop-core-update/view/DisplayCurrentVersion.html.twig b/datamodels/2.x/itop-core-update/view/DisplayCurrentVersion.html.twig
deleted file mode 100644
index cd59b9b88d..0000000000
--- a/datamodels/2.x/itop-core-update/view/DisplayCurrentVersion.html.twig
+++ /dev/null
@@ -1,10 +0,0 @@
-{# @copyright Copyright (C) 2010-2019 Combodo SARL #}
-{# @license http://opensource.org/licenses/AGPL-3.0 #}
-
-{% set sVersion = 'UI:iTopVersion:Long'|dict_format(constant('ITOP_APPLICATION'), constant('ITOP_VERSION'), constant('ITOP_REVISION'), constant('ITOP_BUILD_DATE')) %}
-