{% extends "base.html" %} {% load i18n static poll_votings %} {% block content %} {% if question %}

{{ question.title }}

{% if question.freetextquestion %} {% include 'polls/includes/poll_free_text_form.html'%} {% else %} {% include 'polls/includes/poll_question_form.html'%} {% endif %}
{% endif %} {% endblock %}