Back to Peertube

Abuse Details.Component

client/src/app/shared/shared-abuse-list/abuse-details.component.html

8.1.5991 B
Original Source

@if (isAdminView() && abuse().reporterAccount) { Reporter {{ abuse().reporterAccount.nameWithHost }} {abuse().countReportsForReporter, plural, =1 {1 report} other {{{ abuse().countReportsForReporter }} reports}}
} @if (abuse().flaggedAccount) { Reportee {{ abuse().flaggedAccount ? abuse().flaggedAccount.nameWithHost : '' }} @if (isAdminView()) { {abuse().countReportsForReportee, plural, =1 {1 report} other {{{ abuse().countReportsForReportee }} reports}} } } @if (abuse().updatedAt) { Updated{{ abuse().updatedAt | ptDate: 'medium' }} } Report #{{ abuse().id }} @if (predefinedReasons) { @for (reason of predefinedReasons; track reason) { {{ reason.label }} } } @if (abuse().video?.startAt) { Reported part {{ startAt }} @if (abuse().video.endAt) { - {{ endAt }} } } @if (isAdminView() && abuse().moderationComment) { Note }

@if (abuse().video) { @if (abuse().video.deleted) { The video was deleted } @else { } } @if (abuse().comment) {

Comment:

}