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