{% extends "polls_base.html" %} {% block content %} {% from "form_macros.html" import yop_poll_general_options_label as label %} {% from "form_macros.html" import yop_poll_input_field as input %} {% from "form_macros.html" import yop_poll_select as select %}
{{ wp_nonce_field( 'yop-poll-add-edit-action', 'yop-poll-add-edit-name', false, false ) | raw }} {% if ( 'edit' == action_type ) %} {{ __( "Use this shortcode to display your poll" ) }}: {% endif %}
{% if ( 'edit' != action_type ) %} {% endif %}


{{ __("Save") }}

 

{{ __( "Questions" ) }}:

{% if action_type!='edit'%} {% set question = new_obj( 'question', '', { 'id': uniqid('q_') , 'poll_order' : 1} ) %} {% include 'polls_question_template.html' %} {%endif%} {% include 'polls_add_edit_questions.html' %}

{% include 'polls_add_edit_template.html' %} {% include 'polls_add_edit_options.html' %} {% include 'polls_add_edit_results_options.html' %}

{% endblock content %}