{% extends host_template %} {% load comments i18n fb_versions cyclope_utils markup crispy_forms_tags %} {% block content %} {% alias poll as 'current_object' %} {% if CYCLOPE_THEME_TYPE == 'bootstrap' %}
{% include 'collections/categories_navigation_block.html' %}

{{ poll.name }}

{{ poll.description}}
{% csrf_token %} {% for form in forms %} {{ form|crispy }} {% endfor %} {{ captcha_form|crispy }}
{% elif CYCLOPE_THEME_TYPE == 'classic' %}
{% include 'collections/categories_navigation_block.html' %}

{{ poll.name }}

{% csrf_token %} {% for form in forms %} {{ form|crispy }} {% endfor %} {{ captcha_form|crispy }}
{% endif %} {% endblock content%}