2016-11-20 20:09:50 -05:00
|
|
|
extends ./_layout.pug
|
|
|
|
|
|
|
|
block adminContent
|
2017-02-09 21:35:37 -05:00
|
|
|
.hero
|
2017-05-03 22:10:12 -04:00
|
|
|
h1.title#title= t('nav.stats')
|
|
|
|
h2.subtitle= t('admin:stats.subtitle')
|
2017-06-26 11:03:16 -04:00
|
|
|
i.pageicon.nc-icon-outline.ui-3_chart-bars
|
2017-02-09 21:35:37 -05:00
|
|
|
.form-sections
|
|
|
|
section
|
2017-05-03 22:10:12 -04:00
|
|
|
label.label= t('admin:stats.entries')
|
2017-02-09 21:35:37 -05:00
|
|
|
p.control= totalEntries
|
2017-05-03 22:10:12 -04:00
|
|
|
label.label= t('admin:stats.uploads')
|
2017-02-09 21:35:37 -05:00
|
|
|
p.control= totalUploads
|
2017-05-03 22:10:12 -04:00
|
|
|
label.label= t('admin:stats.users')
|
2017-02-09 21:35:37 -05:00
|
|
|
p.control= totalUsers
|