PeerTube/server/lib/emails/account-abuse-new/html.pug

15 lines
402 B
Plaintext
Raw Normal View History

2020-07-01 16:05:30 +02:00
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
2020-07-09 15:54:24 +02:00
a(href=accountUrl) #{accountDisplayName}
2020-07-01 16:05:30 +02:00
p The reporter, #{reporter}, cited the following reason(s):
blockquote #{reason}
br(style="display: none;")