{% load i18n static poll_votings %} {% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %} {% if request.user.is_authenticated %} {% can_vote question as user_can_vote %} {% if user_can_vote %} {% if question.freetextquestion.get_main_language_page.numerical %} {% else %} {% endif%}
{% else %}

{% trans "Thank you! Your response has already been submitted." %}

{% endif %} {% else %} {% trans "Log in to vote" %} {% endif %}