{% extends "base.html" %} {% load i18n %} {% block content %}
{{ error }}
{% endif %} {% if not poll.open %}{% trans "The current poll is closed."%}
{% endif %}{{ poll.description }}
{% 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}}