@if (comment().authorAvatar) { } @else {
{{ comment().authorName.charAt(0).toUpperCase() }}
}
{{ comment().authorName }} {{ timeDisplay() }} @if (editedDisplay()) { ({{ editedDisplay() }}) }
@if (isEditing()) {
} @else {
} @if (comment().reactions?.length && allowReactions()) {
@for (reaction of comment().reactions; track reaction.emoji) { }
} @if (!isEditing()) { }