@if (concernedPost) {

{{ concernedPost.title }}

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

Commentaires

@if (actualAuthor) { } @for (comment of comments; track comment.id) { @if (comment.profilePicture) {
{{ comment.authorName }}

- {{ comment.authorRole }}

@if (comment.isUpdated) {

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

} @else {

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

} @if (actualAuthor) { @if (comment.authorId === actualAuthor.id || actualAuthor.role === Role.ADMIN) {
} }
} @else {
{{ comment.authorName }}

- {{ comment.authorRole }}

@if (comment.isUpdated) {

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

} @else {

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

} @if (actualAuthor) { @if (comment.authorId === actualAuthor.id || actualAuthor.role === Role.ADMIN) {
} }
}

{{ comment.content }}

}
} @else {

Loading...

}