stl
{{#each categories_stats}}
{{#if this.last_session_start}}
Kategori:
{{this.category.name}}
●
Senaste session:
{{pretty_datetime this.last_session_start}}
i
{{pretty_seconds this.secs_last_session}}
Senaste veckan:
{{pretty_seconds this.secs_last_week}}
Senaste månaden:
{{pretty_seconds this.secs_last_month}}
Andel per timme:
{{#each this.bars}}
{{this.1}}%
{{this.0}}
{{/each}}
{{/if}}
{{/each}}