{% extends 'base.html' %} {% block content %}

Poll Questions

{% if latest_question_list %} {% for question in latest_question_list %}

{{question.question_text}}

Vote Now Results
{%endfor%} {% else %}

No Polls Available

{% endif %} {% endblock %}