diff --git a/Scripts/Bash/Functions/Identity/identity_render.sh b/Scripts/Bash/Functions/Identity/identity_render.sh
index fa1300b..f5eb19f 100755
--- a/Scripts/Bash/Functions/Identity/identity_render.sh
+++ b/Scripts/Bash/Functions/Identity/identity_render.sh
@@ -41,7 +41,7 @@ function identity_render {
     local FILES=$(cli_getFilesList "$ARTCONF" ".*/?render\.conf\.sh")
 
     # Set action preamble.
-    # Do not print action preamble here, it prevents massive rendition.
+    cli_printAction Preamble "$FILES"
 
     # Process list of files.
     for FILE in $FILES;do
diff --git a/Scripts/Bash/Functions/Identity/identity_renderBase.sh b/Scripts/Bash/Functions/Identity/identity_renderBase.sh
index 9ff4224..a280c38 100755
--- a/Scripts/Bash/Functions/Identity/identity_renderBase.sh
+++ b/Scripts/Bash/Functions/Identity/identity_renderBase.sh
@@ -49,7 +49,7 @@ function identity_renderBase {
     FILES=$(cli_getFilesList "${TEMPLATE}" "${FLAG_FILTER}.*\.(svgz|svg)")
 
     # Set action preamble.
-    # Do not print action preamble here, it prevents massive rendition.
+    cli_printActionPreamble "$FILES"
 
     # Define common absolute paths in order to know when centos-art.sh
     # is leaving a directory structure and entering into another. This