{% extends "bases/bootstrap-with-nav.html" %} {% load staticfiles %} {% load bootstrap3 %} {% block content %}

Poll: {{poll.question_text}}

{% if poll.options %} {% else %}

No options are listed.

{% endif %}
{% endblock %}