{{did-update this.onViewChange @view}} {{did-insert this.establishKeyValues}}
{{#if this.duplicatePathWarning}}

There is already a Secure Variable located at {{@model.path}} .
Please choose a different path, or edit the existing Secure Variable .

{{/if}}
{{#if (eq this.view "json")}}
{{#if this.JSONError}}

{{this.JSONError}}

{{/if}}
{{else}} {{#each this.keyValues as |entry iter|}}
{{#if (eq entry this.keyValues.lastObject)}} {{else}} {{/if}} {{#each-in entry.warnings as |k v|}} {{v}} {{/each-in}}
{{/each}} {{/if}} {{#if (and this.shouldShowLinkedEntities @model.isNew)}} {{/if}}