{{ t('Synchronize with Grafana') }}
@for (item of items; track item; let i = $index) {
  • {{ item.displayName }} @if (hasErrors && errors[i]) {
    {{ errors[i].message }}
    }
}

{{ t('Synchronizing...') }}