{% if latest_question_list %}
{% for i,j in latest_question_list.items %}
{{i}} :: {{j}}
{% endfor %}
{% else %}
No polls are available
{% endif %}