{% load markup %} {% load i18n %}

{% trans "New choice" %}

{%if form_new_choice.errors %}

{{form_new_choice.errors}}

{%endif%}
{{form_new_choice.poll}} {{form_new_choice.order}}

{% trans "Setting a new choice. Optionally you can set a limit of vote for this choice. This limit is usefull for limited resources allocation." %}

{{form_new_choice.name}} {%trans "Limited to"%} {{form_new_choice.limit}} {%trans "vote(s)"%}