2020-07-01 10:05:30 -04:00
|
|
|
extends ../common/greetings
|
|
|
|
include ../common/mixins.pug
|
|
|
|
|
|
|
|
block title
|
|
|
|
| An account is pending moderation
|
|
|
|
|
|
|
|
block content
|
|
|
|
p
|
2020-07-09 09:54:24 -04:00
|
|
|
| #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}account
|
|
|
|
a(href=accountUrl) #{accountDisplayName}
|
2020-07-01 10:05:30 -04:00
|
|
|
|
|
|
|
p The reporter, #{reporter}, cited the following reason(s):
|
|
|
|
blockquote #{reason}
|
|
|
|
br(style="display: none;")
|