{$TITLE}

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

{{ poll.POLL_QUESTION }}

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

{% if poll.S_DISPLAY_RESULTS %}
{{ lang('TOTAL_VOTES') ~ lang('COLON') }} {{ poll.TOTAL_VOTES }}
{% endif %}
{% if poll.S_POLL_HAS_OPTIONS %} {% for poll_option in poll.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.S_CAN_VOTE %}
{% if poll.S_IS_MULTI_CHOICE %}{% else %}{% endif %}
{% endif %} {% if poll.S_CAN_VOTE %}
{% endfor %} {% else %} {{ lang('NO_OPTIONS') }} {% endif %} {% if poll.S_CAN_VOTE %}
{% if not poll.S_DISPLAY_RESULTS %} {{ lang('VIEW_RESULTS') }} {% endif %}
{% endif %} {% if poll.S_CAN_VOTE %}{{ poll.S_HIDDEN_FIELDS }}{% endif %} {% if poll.S_CAN_VOTE %}
{% endif %} {% endfor %}
{% else %}
{{ lang('NO_POLL') }}
{% endif %}