{% block "poll_header" %}

{{ poll.question }}

{% endblock %} {% if can_vote %} {% include "cms/plugins/poll_form.html" %} {% else %} {% include "cms/plugins/poll_results.html" %} {% endif %} {% block "poll_footer" %}{% endblock %}