{$TITLE}

{% if zeina.collapse_panel %}
{% endif %}
{% if S_HAS_B3P_POLL %}
{% for poll_side in loops.poll_side %} {% if not poll_side.S_FIRST_ROW %}
{% endif %} {% if poll_side.S_CAN_VOTE %}
{% endif %}

{{ poll_side.POLL_QUESTION }}

{{ poll_side.L_POLL_LENGTH }}{% if poll_side.S_CAN_VOTE and poll_side.L_POLL_LENGTH %}
{% endif %}{% if poll_side.S_CAN_VOTE %}{{ poll_side.L_MAX_VOTES }}{% endif %}

{% if poll_side.S_DISPLAY_RESULTS %}
{{ lang('TOTAL_VOTES') ~ lang('COLON') }} {{ poll_side.TOTAL_VOTES }}
{% endif %}
{% if poll_side.S_POLL_HAS_OPTIONS %} {% for poll_option in poll_side.poll_option %}
title="{L_POLL_VOTED_OPTION}" data-alt-text="{L_POLL_VOTED_OPTION}" data-poll-option-id="{poll_option.POLL_OPTION_ID}">
{% if poll_side.S_CAN_VOTE %}
{% if poll_side.S_IS_MULTI_CHOICE %}{% else %}{% endif %}
{% endif %} {% if poll_side.S_CAN_VOTE %}
{% endfor %} {% else %} {{ lang('NO_OPTIONS') }} {% endif %} {% if poll_side.S_CAN_VOTE %}
{% if not poll_side.S_DISPLAY_RESULTS %} {{ lang('VIEW_RESULTS') }} {% endif %}
{% endif %} {% if poll_side.S_CAN_VOTE %}{{ poll_side.S_HIDDEN_FIELDS }}{% endif %} {% if poll_side.S_CAN_VOTE %}
{% endif %} {% endfor %}
{% else %}
{{ lang('NO_POLL') }}
{% endif %}