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.

15 lines
422 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. i.pageicon.nc-icon-outline.ui-3_chart-bars
  7. .form-sections
  8. section
  9. label.label= t('admin:stats.entries')
  10. p.control= totalEntries
  11. label.label= t('admin:stats.uploads')
  12. p.control= totalUploads
  13. label.label= t('admin:stats.users')
  14. p.control= totalUsers