{{!-- TODO: {{if this.parseError 'is-danger'}} on inputs --}}
{{#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}}
{{#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}}