{{ 'choices_management'|trans({}, 'survey') }}


{% set choiceOtherContent = '' %} {% if choices|length == 0 %} {% set choiceIndex = 1 %} {% else %} {% set choiceIndex = 0 %} {% for choice in choices %} {% if not choice.isOther() %} {% set choiceIndex = choiceIndex + 1 %} {% else %} {% set choiceOtherContent = choice.getContent() %} {% endif %} {% endfor %} {% endif %}
{{ 'delete'|trans({}, 'platform') }}
{{ 'delete'|trans({}, 'platform') }}

{{ 'add_choice'|trans({}, 'survey') }}