@if (sitesSaveState() === "saved") {
{{ "common.saved" | transloco }}
} @if (sitesSaveState() === "error") {
{{ "common.saveFailed" | transloco }}
} @if (isLoading()) {
{{ "common.loading" | transloco }}
} @else if (sitePrefs().length === 0) {
{{ "settings.reports.perSite.empty" | transloco }}
} @else {
@for (site of sitePrefs(); track site.site_id; let i = $index; let last = $last) {
{{ site.domain }}
{{ "settings.reports.frequency.daily.label" | transloco }}
{{ "settings.reports.frequency.weekly.label" | transloco }}
{{ "settings.reports.frequency.monthly.label" | transloco }}
@if (!last) {
} }
}