{{#if (and canChangeName shouldChangeName)}} {{input value=name placeholder=(if namePlaceholder (t namePlaceholder) '')}} {{else}} {{/if}}
{{#if canUpload}} {{#if showUploadLabel}} {{else}} {{#tooltip-element type="tooltip-basic" model=(t 'inputTextFile.tooltip') tooltipTemplate="tooltip-static" aria-describedby="tooltip-base" tooltipFor="inputTextFile"}} {{/tooltip-element}} {{/if}} {{/if}} {{yield}}
{{textarea-autogrow value=value classNames="form-control text-small" placeholder=placeholder minHeight=minHeight maxHeight=maxHeight }}