html.pug 565 B

123456789101112131415161718
  1. extends ../common/greetings
  2. include ../common/mixins.pug
  3. block title
  4. | A video is pending moderation
  5. block content
  6. p
  7. | #[a(href=WEBSERVER.URL) #{instanceName}] received an abuse report for the #{isLocal ? '' : 'remote '}video "
  8. a(href=videoUrl) #{videoName}
  9. | " by #[+channel(videoChannel)]
  10. if videoPublishedAt
  11. | , published the #{videoPublishedAt}.
  12. else
  13. | , uploaded the #{videoCreatedAt} but not yet published.
  14. p The reporter, #{reporter}, cited the following reason(s):
  15. blockquote #{reason}
  16. br(style="display: none;")