html.pug 402 B

1234567891011121314
  1. extends ../common/greetings
  2. include ../common/mixins.pug
  3. block title
  4. | An account is pending moderation
  5. block content
  6. p
  7. | #[a(href=WEBSERVER.URL) #{instanceName}] received an abuse report for the #{isLocal ? '' : 'remote '}account
  8. a(href=accountUrl) #{accountDisplayName}
  9. p The reporter, #{reporter}, cited the following reason(s):
  10. blockquote #{reason}
  11. br(style="display: none;")