diff --git a/app/views/mails/dgccrf/reportDangerousProductNotification.scala.html b/app/views/mails/dgccrf/reportDangerousProductNotification.scala.html
index 5be8bb546..71649a960 100644
--- a/app/views/mails/dgccrf/reportDangerousProductNotification.scala.html
+++ b/app/views/mails/dgccrf/reportDangerousProductNotification.scala.html
@@ -23,6 +23,17 @@
padding-top: 20px;
padding-bottom: 20px"
>
+
+ Consommateur
+
+ @report.firstName @report.lastName
+
+ Email : @report.email.value
+
+ @report.phone.map{ phone =>
+ @Html("TĂ©lephone : ")@Html(phone)
+ }
+
Problème
@ReportCategory.displayValue(report.category)