You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
375 B

  1. extends ./_layout.pug
  2. block adminContent
  3. .hero
  4. h1.title#title= t('nav.stats')
  5. h2.subtitle= t('admin:stats.subtitle')
  6. .form-sections
  7. section
  8. label.label= t('admin:stats.entries')
  9. p.control= totalEntries
  10. label.label= t('admin:stats.uploads')
  11. p.control= totalUploads
  12. label.label= t('admin:stats.users')
  13. p.control= totalUsers