{% extends "base.html" %} {% load markup %} {% load i18n %} {% block fullscript %} {{ form_new_choice.media }} {% endblock %} {% block content %} {% if not choices %}
{% blocktrans %}As long as no options were added to the poll, it will not be available.{% endblocktrans %}
{% else %}{% trans "After you've finished to add or edit choices for this poll, click on:" %}
{% endif %} {% include 'editChoices.html' %} {% if choices %}{% trans "Position" %} | {%endif%}{% trans "Value" %} | {% trans "Max votes" %} | {% trans "Delete?"%} |
---|