{{ nbRespondents }}
{% if choices|length > 0 %}
{% for choice in choices %} {% set choiceId = choice.getId() %} {% endfor %}
{{ '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 %}
{% endif %}
{% block javascripts %} {% endblock %}