{{ 'choice'|trans({}, 'survey') }} | {{ 'number_of_responses'|trans({}, 'survey') }} | {{ 'ratio'|trans({}, 'survey') }} |
---|---|---|
{{ choice.getContent()|raw }} | {% if choicesCount[choiceId] is defined %} {{ choicesCount[choiceId] }} {% if choice.isOther() and choicesCount[choiceId] > 0 %} {% endif %} {% else %} 0 {% endif %} | {% if choicesRatio[choiceId] is defined %} {{ choicesRatio[choiceId] }} % {% else %} 0 % {% endif %} |