{% extends 'polls/base.html' %} {% block polls_content %}

Polls

{% if latest_poll_list %} {% else %}

No polls are available.

{% endif %} {% endblock %}