{% extends "wlpoll/base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% load wlpoll wlprofile %} {% load threadedcommentstags custom_date %} {% block title %}{{ object.name }} - {{ block.super }}{% endblock %} {% block content %}

{{ object.name }}

{% display_poll object %}
{% get_comment_count for object as ccount %}
{{ ccount }} comments, {{object.total_votes}} votes {% if perms.news %} {% if perms.news.poll_can_add %}Add New Poll{% endif %} {% if perms.news.poll_can_edit %}| Edit{% endif %} {% if perms.news.poll_can_delete %}| Delete{% endif %} {% endif %}

Comments on this Poll:

{% include "threadedcomments/inlines/comments.html" %} {% endblock %}