Back to Peertube

Video Comment List Admin Owner.Component

client/src/app/shared/shared-video-comment/video-comment-list-admin-owner.component.html

8.1.5935 B
Original Source

{ totalRecords, plural, =0 {No comments} =1 {1 comment} other {{{ totalRecords | myNumberFormatter }} comments}} @if (table.isColumnDisplayed('video')) {
{{ comment.video.name }} @if (comment.video.channel) { {{ comment.video.channel.displayName }} @if (mode() === 'user' && user.isCollaboratingToChannels()) { @if (user.isEditorOfChannel(comment.video.channel)) { } @else if (user.isOwnerOfChannel(comment.video.channel)) { } } } | } @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. }