{% extends "base.html" %} {% load i18n %} {% load get_range %} {% block fullscript %} {{ form_comment.media }} {% endblock %} {% block content %}
{{ error }}
{% endif %} {% if not poll.open %}{% trans "The current poll is closed."%}
{% endif %}{{ poll.description|safe }}
{%if poll.opened_admin%}{%trans "Add a new choice to this poll?"%}
{%endif%}{% trans "You have already vote? You are enough wise not to be influenced by other votes? You can display result by clicking" %} {% trans "here" %}.
{%else%}{% trans "Remain informed of poll evolution:" %} {%trans "syndication"%}
{%endif%}
{%for comment in comments%} {%endfor%}
{{comment.author_name}}, {{comment.date|date:_("DATETIME_FORMAT")}} :
{{comment.text|safe}}