@if(complaintCommentList.length > 0) {
chat {{ 'COMMENTS' | translate }}
@for (complaintComment of complaintCommentList; track complaintComment) {
{{'BY' | translate}} {{complaintComment?.commentedByName}} {{'AT' | translate}} {{complaintComment.commentedAt | utcToLocalTime:'shortDate'}}
}
}