{{#if this.foundProblems}}

{{d-icon "heart"}} {{i18n "admin.dashboard.problems_found"}}

{{#if this.highPriorityProblems.length}}
    {{#each this.highPriorityProblems as |problem|}}
  • {{d-icon "exclamation-triangle"}} {{html-safe problem.message}}
  • {{/each}}
{{/if}}
    {{#each this.lowPriorityProblems as |problem|}}
  • {{html-safe problem.message}}
  • {{/each}}

{{i18n "admin.dashboard.last_checked"}}: {{this.problemsTimestamp}}

{{/if}}