aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/account-abuse-new/html.pug
blob: 06be8025ba6383f7bceb06efe91ea7e2a6c60ab8 (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) #{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;")