{% extends "sphene/sphboard/base.html" %} {% load i18n %} {% load sph_extras %} {% load sph_form %} {% block content %}

{% trans "Editing Poll" %}

{{ form }} {% for choiceform in choiceforms %} {{ choiceform }} {% endfor %}
{{ choiceform.instance.choice }}
{% endblock %}