{% include "housekeeping/base/header.tpl" %} {% set infobusPollsCreateActive = " active " %} {% include "housekeeping/base/navigation.tpl" %}

Edit Infobus Poll

{% include "housekeeping/base/alert.tpl" %}

Edit an infobus poll

{% set answerCount = 1 %} {% for answer in poll.getPollData().getAnswers() %}
{% set answerCount = answerCount + 1 %} {% endfor %}