aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/account-abuse-new/html.pug
blob: e4c0366fb0372b6176a59b6efb17211c78e13070 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;")