{% load static %}
Django Testing
Last 5 poll questions
{% if latest_question_list %}
{% for question in latest_question_list %}
{{ question.question_text }}
{% endfor %}
{% else %}
No polls are available.
{% endif %}
Current Section
Tutorial part 8