{% extends "base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% load wlpoll wlprofile %} {% load threadedcommentstags custom_date %} {% block title %}Poll Archive - {{ block.super }}{% endblock %} {% block content %} {% if perms.wlpoll %}
{% if perms.wlpoll.poll_can_add %}Add New Poll{% endif %}
{% endif %}

Poll Archive

{% endblock %}