{% extends "base.html" %} {% block title %}Licensing Poll{%endblock%} {%block content%} {%if not already_voted %}
{{form.as_table}}
Note: If you have recently signed a licensing petition with similar wording, please do not participate in this poll. {% else %} Sorry, but you've already voted in this poll on {{vote_date|date:"F d, Y"}}. {% endif %} {% endblock %}