{{#accordion-list-item title=(t 'formAllowedHostPathsPodSecurityPolicy.title') detail=(t 'formAllowedHostPathsPodSecurityPolicy.detail') status=status statusClass=statusClass expandAll=expandAll expand=(action expandFn) }}
{{#unless readOnly}}
{{/unless}} {{#if paths.length}}
{{#each paths as |item|}} {{#if readOnly}}
{{item.pathPrefix}}
{{else}}
{{input type="text" value=item.pathPrefix classNames="form-control input-sm" placeholder=(t 'formAllowedHostPathsPodSecurityPolicy.path.placeholder')}}
{{/if}} {{/each}}
{{else if readOnly}}
{{t 'generic.none'}}
{{/if}}
{{/accordion-list-item}}