{{ poll.question }}

Results

{% if poll.get_result %} {% include 'chart.html' %} {% endif %}
{% if restaurants %}

Restaurants

{% for restaurant in restaurants %}

{{ restaurant }} menu

{% endfor %} {% endif %}
{% if answer and user.is_authenticated %}
{% csrf_token %} {% for field in answer %} {{ field }} {% endfor %}
{% endif %}