{% load i18n %}
{% trans "Error is:" %} {{ form_error }}
{% else %}{% trans "You need to confirm your vote by clicking the button below." %}
{% blocktrans with competition_name=vote.competition.name %} You are voting in competition {{ competition_name }}. {% endblocktrans %}
{{ competition.description_html }}{% trans "You have selected following entries" %}
{{ entry.name }}
{{ entry.description_html }}{% trans "To confirm your vote please click button below." %}
{% endif %}