diff --git a/front/core/components/link-phone/index.html b/front/core/components/link-phone/index.html
index 54bcc1e9f..fc520cefd 100644
--- a/front/core/components/link-phone/index.html
+++ b/front/core/components/link-phone/index.html
@@ -1,21 +1,13 @@
-
-
-
- {{ $ctrl.phoneNumber }}
-
-
-
-
-
-
-
- {{ $ctrl.phoneNumber }}
-
-
--
\ No newline at end of file
+
+
+
+
\ No newline at end of file
diff --git a/modules/client/front/summary/index.html b/modules/client/front/summary/index.html
index 8bec03d8b..a0c83ded1 100644
--- a/modules/client/front/summary/index.html
+++ b/modules/client/front/summary/index.html
@@ -46,12 +46,14 @@
value="{{$ctrl.summary.contact}}">
+ {{$ctrl.summary.phone | dashIfEmpty}}
+ {{$ctrl.summary.mobile | dashIfEmpty}}
diff --git a/modules/order/front/summary/index.html b/modules/order/front/summary/index.html
index 218359992..e9bdf33b2 100644
--- a/modules/order/front/summary/index.html
+++ b/modules/order/front/summary/index.html
@@ -49,6 +49,7 @@
value="{{$ctrl.summary.landed | date: 'dd/MM/yyyy HH:mm'}}">
+ {{$ctrl.summary.address.phone | dashIfEmpty}}
diff --git a/modules/route/front/roadmap/summary/index.html b/modules/route/front/roadmap/summary/index.html
index 9fab0bf87..aea7e717b 100644
--- a/modules/route/front/roadmap/summary/index.html
+++ b/modules/route/front/roadmap/summary/index.html
@@ -26,6 +26,7 @@
+ {{summary.phone | dashIfEmpty}}
diff --git a/modules/ticket/front/summary/index.html b/modules/ticket/front/summary/index.html
index 3c60352a7..4a92daa39 100644
--- a/modules/ticket/front/summary/index.html
+++ b/modules/ticket/front/summary/index.html
@@ -84,6 +84,7 @@
+ {{$ctrl.summary.address.phone | dashIfEmpty}}
@@ -91,18 +92,21 @@
+ {{$ctrl.summary.address.mobile | dashIfEmpty}}
+ {{$ctrl.summary.client.phone | dashIfEmpty}}
+ {{$ctrl.summary.client.mobile | dashIfEmpty}}
diff --git a/modules/worker/front/descriptor/index.html b/modules/worker/front/descriptor/index.html
index 69271db23..4a5fb894e 100644
--- a/modules/worker/front/descriptor/index.html
+++ b/modules/worker/front/descriptor/index.html
@@ -38,13 +38,15 @@
+ {{$ctrl.worker.phone | dashIfEmpty}}
+ >
+ {{$ctrl.worker.sip.extension | dashIfEmpty}}
diff --git a/modules/worker/front/summary/index.html b/modules/worker/front/summary/index.html
index 0d9aef7f8..a95b96c5e 100644
--- a/modules/worker/front/summary/index.html
+++ b/modules/worker/front/summary/index.html
@@ -43,17 +43,20 @@
+ {{worker.mobileExtension | dashIfEmpty}}
+ {{worker.phone | dashIfEmpty}}
+ {{worker.client.phone | dashIfEmpty}}