{% extends "site_base.html" %} {% load gdoubleclick comments native %} {% block pagetitle %} Poll: {{ poll.question }} {% endblock %} {% block crumbs %} {% endblock %} {% block content %}

Poll: {{ poll.question }}

Comments
{% get_comment_list for poll as comment_list %} {% for comment in comment_list %} Link to this comment {{comment}} {% endfor %}
{% endblock %}