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