{% extends "base.html" %} {% load markup %} {% load i18n %} {% block fullscript %} {{ form_new_choice.media }} {% endblock %} {% block content %}

{%trans "Return to the poll"%}

{% trans "Choices" %}

{% if choices %} {% for choice in choices %}{% endfor %}
{% trans "Label" %} {% trans "Limit" %}
{%if poll.dated_choices%}{{choice.date|date:_("DATETIME_FORMAT")}}{%else%}{{choice.name}}{%endif%} {% if choice.limit %}{% trans "Limited to"%} {{choice.limit}} {% trans "vote(s)" %}{% endif %}
{% endif %} {% include 'editChoices.html' %} {% endblock %}