You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
${ noResults }
15 lines
402 B
Plaintext
15 lines
402 B
Plaintext
extends ../common/greetings
|
|||
include ../common/mixins.pug
|
|||
|
|||
block title
|
|||
| An account is pending moderation
|
|||
|
|||
block content
|
|||
p
|
|||
| #[a(href=WEBSERVER.URL) #{instanceName}] 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;")
|