2020-05-05 14:22:22 -04:00
|
|
|
extends ../common/greetings
|
|
|
|
include ../common/mixins.pug
|
|
|
|
|
|
|
|
block title
|
|
|
|
| A video is pending moderation
|
|
|
|
|
|
|
|
block content
|
|
|
|
p
|
2020-12-10 18:10:37 -05:00
|
|
|
| #[a(href=WEBSERVER.URL) #{instanceName}] received an abuse report for the #{isLocal ? '' : 'remote '}video "
|
2020-07-01 10:05:30 -04:00
|
|
|
a(href=videoUrl) #{videoName}
|
|
|
|
| " by #[+channel(videoChannel)]
|
2020-05-05 14:22:22 -04:00
|
|
|
if videoPublishedAt
|
|
|
|
| , published the #{videoPublishedAt}.
|
|
|
|
else
|
|
|
|
| , uploaded the #{videoCreatedAt} but not yet published.
|
|
|
|
p The reporter, #{reporter}, cited the following reason(s):
|
2020-07-01 10:05:30 -04:00
|
|
|
blockquote #{reason}
|
2020-05-05 14:22:22 -04:00
|
|
|
br(style="display: none;")
|