{{ "COMMENT" | translate }}
cancel
@for (documentComment of documentComments; track documentComment) {
delete {{documentComment.comment}}
{{'BY' | translate}} {{documentComment?.createdBy}} {{'AT' | translate}} {{documentComment.createdDate | utcToLocalTime:'shortDate'}}
}
@if (commentForm.get('comment')?.touched && commentForm.get('comment')?.errors) {
@if (commentForm.get('comment')?.errors?.['required']) {
{{'COMMENT_IS_REQUIRED' | translate}}
}
}