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