{{'COMMENTS.HEADER' | translate: { count: comments?.length } }}
@if (!readOnly) {
{{ 'COMMENTS.ADD' | translate }} @if (commentControl.invalid && commentControl.touched) { {{ 'COMMENTS.EMPTY_ERROR' | translate }} }
} @if (comments?.length > 0) { }