{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}}
{{#if @model.isNew}}
{{/if}}
{{#if @renderPolicyExampleModal}} {{! only true in policy create and edit routes }} {{/if}}
{{#if @model.isNew}}
{{else}} {{! EDITING - no file upload toggle}} {{/if}}
{{#if this.showFileUpload}} {{else}} {{/if}}
You can use Alt+Tab (Option+Tab on MacOS) in the code editor to skip to the next field.
{{#each @model.additionalAttrs as |attr|}} {{/each}}
{{! SAMPLE POLICY MODAL. Only renders in policy create and edit routes }} {{#if this.showTemplateModal}} Example {{uppercase @model.policyType}} Policy {{/if}}