@for (report of reports; track report) {
}
@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.
}