]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/lib/emails/account-abuse-new/html.pug
Improve VideoChannelSyncLatestScheduler logs
[github/Chocobozzz/PeerTube.git] / server / lib / emails / account-abuse-new / html.pug
1 extends ../common/greetings
2 include ../common/mixins.pug
3
4 block title
5 | An account is pending moderation
6
7 block content
8 p
9 | #[a(href=WEBSERVER.URL) #{instanceName}] received an abuse report for the #{isLocal ? '' : 'remote '}account
10 a(href=accountUrl) #{accountDisplayName}
11
12 p The reporter, #{reporter}, cited the following reason(s):
13 blockquote #{reason}
14 br(style="display: none;")