{% load spirit_tags i18n %}
{% if poll.title %}
{{ poll.title|safe }}
{% endif %}
{% trans "Votes" %}: {{ poll.total_votes }}.
{% if not poll.is_closed %} {% trans "Show vote choices" %} {% endif %} {% if user.is_authenticated and user.pk == comment.user.pk %} {% if poll.is_closed %} {% trans "open" %} {% else %} {% trans "close" %} {% endif %} {% endif %}