@for (comment of comments; track comment) {
@if (!comment.hasAvatarPicture) {
{{ comment.userInitials }}
} @if (comment.hasAvatarPicture) { }
{{ comment.userDisplayName }}
{{ comment.message }}
{{ comment.created | adfTimeAgo }}
}