{{#each this.defaultFields as |field|}} {{#let (find-by "name" field @model.allFields) as |attr|}} {{#if (eq field "customTtl")}} {{! customTtl attr has editType yield, which will render this }} {{/if}} {{/let}} {{/each}} {{#if @urls}}
{{#if @urls.canSet}} {{#each @urls.allFields as |attr|}} {{#if (not (eq attr.name "mountPath"))}} {{/if}} {{/each}} {{else}} {{/if}}
{{/if}}
{{#if this.invalidFormAlert}}
{{/if}}