@if (review) {
{{ totalIssues }} issue{{ totalIssues !== 1 ? 's' : '' }} found in {{ totalReports }} report{{ totalReports !== 1 ? 's' : '' }} at {{ review.createdAt | localtime }}
}
@if (!refreshFailed) { } @else { }
@for (report of reports; track report) {
{{ report.checker }}
}
@if (refreshFailed) { An error occurred while fetching the configuration review reports. } @if (!refreshFailed && !!review) { No configuration issues were found for this daemon. } @if (!refreshFailed && !review) { Configuration review was not performed for this daemon. }