{ totalRecords, plural, =0 {No comments} =1 {1 comment} other {{{ totalRecords | myNumberFormatter }} comments}} @if (table.isColumnDisplayed('video')) { } @if (table.isColumnDisplayed('account')) {
{{ comment.account.displayName }} {{ comment.by }}
} @if (table.isColumnDisplayed('comment')) { @if (comment.heldForReview) { Pending review }
} @if (table.isColumnDisplayed('autoTags')) { @for (tag of comment.automaticTags; track tag) { {{ tag }} } } @if (table.isColumnDisplayed('createdAt')) { {{ comment.createdAt | ptDate: 'short' }} }
@if (search) { No comments found matching current filters. } @else { No comments found. }