{{#if records}}
Severity
Service
Count
Last message at
{{#each records_by_service}}
{{this.severity}}
{{@key}}
{{len this.all_records}}
{{this.last_record.time}}
Severity
Message
Time
{{#each this.all_records}}
{{this.severity}}
{{this.message}}
{{this.time}}
{{/each}}
{{/each}}
{{else}}
No entries! All is well.
{{/if}}