{% from "form_macros.html" import yop_poll_input_field as input %}
{% for question in current_poll.questions %} {% include 'polls_question_template.html' %} {% endfor %} {% if ( 'beginner' == user_interface_type && action_type!="edit" )%} {% set question = new_obj( 'question', '', { 'id': uniqid('q_') , 'poll_order' : 1} ) %} {% include 'polls_question_template.html' %} {%endif%}