{{#if model.secondaryLaunchConfigs.length}} {{t 'modalRollbackService.titleWithSidekicks' instanceName=model.displayName count=model.secondaryLaunchConfigs.length}} {{else}} {{t 'modalRollbackService.title' instanceName=model.displayName}} {{/if}}

{{#if loading}} {{t 'generic.loading'}} {{else}}
{{new-select content=choices value=revisionId prompt="modalRollbackService.revisionId.prompt" localizedPrompt=true optionLabelPath="label" optionValuePath="value" }}
{{#if (and diff diff.string)}}
{{diff}}
{{/if}} {{save-cancel editing=true editLabel="modalRollbackService.action" save="save" cancel="cancel"}} {{/if}}