@if (globalCfg) {

{{ T.PS.GLOBAL_SETTINGS | translate }}

settings {{ 'PS.TABS.GENERAL' | translate }}

{{ 'PS.TABS.GENERAL' | translate }}

@for (section of generalFormCfg; track section.key) {
}
task {{ 'PS.TABS.TASKS' | translate }}

{{ 'PS.TABS.TASKS' | translate }}

@for (section of globalTasksFormCfg; track section.key) {
}
timer {{ 'PS.TABS.TIME_TRACKING' | translate }}

{{ 'PS.TABS.TIME_TRACKING' | translate }}

@for (section of timeTrackingFormCfg; track section.key) {
}
trending_up {{ 'PS.TABS.PRODUCTIVITY' | translate }}

{{ 'PS.TABS.PRODUCTIVITY' | translate }}

@for (section of globalProductivityConfigFormCfg; track section.key) {
}
extension {{ 'PS.TABS.PLUGINS' | translate }}

{{ 'PS.TABS.PLUGINS' | translate }}

@for (section of pluginsShortcutsFormCfg; track section.key) {
}
cloud_sync {{ 'PS.TABS.SYNC_BACKUP' | translate }}

{{ 'PS.TABS.SYNC_BACKUP' | translate }}

@let syncSettingsForm = syncSettingsService.syncSettingsForm$ | async; @if (syncSettingsForm && globalSyncConfigFormCfg(); as syncCfg) { }
@for (section of globalImexFormCfg; track section.key) {
}
}