+

{{ concernedPost?.title }}

+ Publié le {{ concernedPost?.publicationDate | date: "dd/MM/yyyy à HH:mm" }} +
+ + @for (comment of comments; track comment.id) { + @if (comment.profilePicture) { +
+ + {{ comment.authorName }} +

- {{ comment.authorRole }}

+ @if (comment.isUpdated) { +

Mis à jour le {{ comment.commentDate | date: "dd/MM/yyyy à HH:mm" }}

+ } @else { +

Envoyé le {{ comment.commentDate | date: "dd/MM/yyyy à HH:mm" }}

+ } +
+ } @else { +
+ + {{ comment.authorName }} +

- {{ comment.authorRole }}

+ @if (comment.isUpdated) { +

Mis à jour le {{ comment.commentDate | date: "dd/MM/yyyy à HH:mm" }}

+ } @else { +

Envoyé le {{ comment.commentDate | date: "dd/MM/yyyy à HH:mm" }}

+ } +
+ } +

{{ comment.content }}

+ } +