${t`Update details`}
${until(this.userSettings?.then((stages) => { return stages.map((stage) => { return html`
${this.renderStageSettings(stage)}
`; }); }))} ${until(this.sourceSettings?.then((source) => { return source.map((stage) => { return html`
${this.renderSourceSettings(stage)}
`; }); }))}