Skip to content

Commit

Permalink
Trello 2016 (#1457)
Browse files Browse the repository at this point in the history
* TRELLO-2016 : add consumer data to email
  • Loading branch information
ssedoudbgouv authored Sep 29, 2023
1 parent 2f9c504 commit 2b28350
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
padding-top: 20px;
padding-bottom: 20px"
>

<b>Consommateur</b>
<br/>
@report.firstName @report.lastName
<br/>
Email : @report.email.value
<br/>
@report.phone.map{ phone =>
@Html("Télephone : ")@Html(phone)
}
<br/>
<b>Problème</b>
<br/>
@ReportCategory.displayValue(report.category)
Expand Down

0 comments on commit 2b28350

Please sign in to comment.