14 lines
405 B
Text
14 lines
405 B
Text
extends ../common/greetings
|
|
include ../common/mixins.pug
|
|
|
|
block title
|
|
| An account is pending moderation
|
|
|
|
block content
|
|
p
|
|
| #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}account "
|
|
a(href=accountUrl) #{accountDisplayName}
|
|
|
|
p The reporter, #{reporter}, cited the following reason(s):
|
|
blockquote #{reason}
|
|
br(style="display: none;")
|