${until(new StagesApi(DEFAULT_CONFIG).stagesAllUserSettingsList().then((stages) => { return stages.map((stage) => { return html`
${this.renderStageSettings(stage)}
`; }); }))} ${until(new SourcesApi(DEFAULT_CONFIG).sourcesAllUserSettingsList().then((source) => { return source.map((stage) => { return html`
${this.renderSourceSettings(stage)}
`; }); }))}