16 lines
440 B
Plaintext
16 lines
440 B
Plaintext
|
extends ../common/greetings
|
||
|
include ../common/mixins.pug
|
||
|
|
||
|
block title
|
||
|
| A comment is pending moderation
|
||
|
|
||
|
block content
|
||
|
p
|
||
|
| #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}comment "
|
||
|
a(href=commentUrl) of #{flaggedAccount}
|
||
|
| created on #{commentCreatedAt}
|
||
|
|
||
|
p The reporter, #{reporter}, cited the following reason(s):
|
||
|
blockquote #{reason}
|
||
|
br(style="display: none;")
|