{{t 'home'}} {{t 'services'}} {{name}}

{{name}}

{{#if (eq status "running")}} {{else}} {{/if}}
{{t 'description'}}
{{description}}
{{t 'status'}}
{{#if (eq status "running")}} {{else}} {{/if}} {{t status}} {{t 'since'}} {{formatRelative last_state_change day="numeric" month="long" year="numeric" hour="numeric" minute="numeric" }}
{{t 'service_start_on_boot'}}
{{#if (eq start_on_boot "enabled")}}
{{else}}
{{/if}} {{t start_on_boot}}
{{t 'configuration'}}
{{#if (eq configuration "valid")}}
{{else if (eq configuration "broken")}}
{{else}}
{{/if}} {{t configuration}}

{{t 'logs'}}

{{#logs}}

{{filename}}

{{filecontent}}
{{/logs}}