{{ t('sectionTitle') }}

{{ t('sectionDesc') }}

@if (publicReviewSettings.downloadEnabled) {

{{ t('autoDownloadDesc') }}

{{ t('reviewSourcesDesc') }}

@if (publicReviewSettings.providers.length > 0) {
@for (provider of publicReviewSettings.providers; track provider.provider) {
@if (provider.enabled) {
}
}
} @else {
{{ t('noProviders') }}
}
}