{{ concernedPost?.title }}

Publié le {{ concernedPost?.publicationDate | date: "dd/MM/yyyy à HH:mm" }}

Commentaires

@if (actualAuthor) { {{actualAuthor | json}} } @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 }}

}