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

{{ poll.name }}

{% include 'cyclope/content_tools_block.html' %}
{% for question in poll.question_set.all %}

{{ question.text }}

{% endfor %}
{% include 'cyclope/related_contents_block.html' %}
{% include 'comments/comments_block.html' %}
{% endblock content%}