Fin opportunity
This commit is contained in:
@@ -1,14 +1,23 @@
|
||||
@if (edit() == false) {
|
||||
<nz-card style="width:400px;" [nzActions]="[edit, delete]">
|
||||
<h2 style="text-align: center; font-weight: bold">Communication n°{{ communication().id }}</h2>
|
||||
<h2 style="text-align: center; font-weight: bold">Contact n°{{ communication().contactId }}</h2>
|
||||
@if (communication().calling) {
|
||||
<p>📞 Appel : {{ communication().calling }}</p>
|
||||
<p> Nom du Contact : {{ communication().contactLastName + " " + communication().contactFirstName}}</p>
|
||||
<p> Numéro du Contact : {{ communication().contactPhoneNumber }}</p>
|
||||
<p> Email du Contact : {{ communication().contactEmail }}</p>
|
||||
}
|
||||
@if (communication().email) {
|
||||
<p>✉️ Email : {{ communication().email }}</p>
|
||||
<p> Nom du Contact : {{ communication().contactLastName + " " + communication().contactFirstName}}</p>
|
||||
<p> Numéro du Contact : {{ communication().contactPhoneNumber }}</p>
|
||||
<p> Email du Contact : {{ communication().contactEmail }}</p>
|
||||
}
|
||||
@if (communication().meeting) {
|
||||
<p>🤝 Réunion : {{ communication().meeting }}</p>
|
||||
<p> Nom du Contact : {{ communication().contactLastName + " " + communication().contactFirstName}}</p>
|
||||
<p> Numéro du Contact : {{ communication().contactPhoneNumber }}</p>
|
||||
<p> Email du Contact : {{ communication().contactEmail }}</p>
|
||||
}
|
||||
</nz-card>
|
||||
<ng-template #edit>
|
||||
|
||||
Reference in New Issue
Block a user