diff --git a/utils/rendering/controls-template.html b/utils/rendering/controls-template.html
index 89d41299b08..80631685bd8 100644
--- a/utils/rendering/controls-template.html
+++ b/utils/rendering/controls-template.html
@@ -30,7 +30,9 @@ 
{{{ control.id }}}: {{{ control.title }}}
     {{%- endif -%}}
     {{%- else %}}
     {{%- if selection in rules %}}
-    {{{ selection }}}: {{{ rules[selection].title }}}
+     {{{ selection }}}: {{{ rules[selection].title }}}
+      - {{{ rules[selection].identifiers['cce'] }}}
+    
     {{%- else %}}
     {{{ selection }}} - not available for this product
     {{%- endif -%}}