{{#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}}