{{ t('Attention!') }} {{ t('This changes affects all reports') }}
{{ t('Autoreport Settings') }}
@if (init) { @for (setting of defaultAutoreportSettings; track setting; let i = $index) { }
{{ t('Key') }} {{ t('Value') }} {{ t('Info') }}
{{ setting.key }} @if (setting.key !== 'AUTOREPORTS_ERROR_NOTIFICATION' && setting.key !== 'AUTOREPORTS_STORE_PATH') {
} @if (setting.key === 'AUTOREPORTS_ERROR_NOTIFICATION') {
} @if (setting.key === 'AUTOREPORTS_STORE_PATH') {
}
}