{{t 'inputAnswers.config'}}

{{t 'inputAnswers.protip'}}
{{#if pasteOrUpload}} {{textarea-autogrow value=pastedAnswers classNames="form-control text-small" placeholder='tbd' minHeight='0' maxHeight='200' }} Cancel {{else}}
{{#each questions as |question|}}
{{#if question.supported}} {{component question.inputComponent field=question value=question.answer}} {{else}} {{input type="text" value=question.answer class="form-control"}}

{{t 'inputAnswers.unknownType'}} {{question.type}}

{{/if}}

{{question.description}}

{{else}} {{t 'inputAnswers.noConfig'}} {{/each}}
{{/if}}