{{ commentConfig.user.name }}

{{ commentConfig.owner && commentConfig.id && !isEditMode ? '(Me)' : null }}

{{ isEditMode ? !commentConfig.id ? 'New Comment' : 'Edit Comment' : (commentConfig.createdAt! | dateFormat) }}

@if ( !isEditMode && commentConfig.createdAt && commentConfig?.updatedAt && commentConfig.createdAt! < commentConfig.updatedAt! ) {

Edited

}
@if (commentConfig.owner && isEditMode) {
} @if (commentConfig.owner && commentConfig.id && !isEditMode) {
}