{{combo-box content=pollTypes value=pollType valueAttribute="value" none="poll.ui_builder.poll_type.regular"}}
{{#if showMinMax}}
{{combo-box content=pollMinOptions value=pollMin valueAttribute="value" class="poll-options-min"}}
{{combo-box content=pollMaxOptions value=pollMax valueAttribute="value" class="poll-options-max"}}
{{#if isNumber}}
{{combo-box content=pollStepOptions value=pollStep valueAttribute="value" class="poll-options-step"}}
{{/if}} {{/if}}
{{#unless isNumber}}
{{input-tip validation=minNumOfOptionsValidation}} {{textarea value=pollOptions}}
{{/unless}}
{{d-button action="insertPoll" icon="bar-chart-o" class='btn-primary' label='poll.ui_builder.insert' disabled=disableInsert}}