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

{{ poll.name }}

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