{% extends "base.html" %} {% load static core_tags i18n %} {% block content %}

{{ self.title }}

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