{% load i18n %} {% if poll %}
{% if not is_poll_voted %}
{% include 'poll/form.html' %}
{% endif %}
{% include 'poll/result.html' %}
{% endif %}