{% extends 'ClarolineSurveyBundle:Survey:surveyResultsTabs.html.twig' %} {% block resourceBreadcrumb %}
  • {{ _resource.getResourceNode().getName() }}
  • {{ 'results'| trans({}, 'survey') }}
  • {{ currentQuestion.getTitle() }}
  • {% endblock %} {% block question_results %}

    {{ currentQuestion.getQuestion()|raw }}

    {{ currentQuestion.getType()| trans({}, 'survey') }}
    {% if nbComments > 0 %} {% if currentQuestion.getCommentLabel() is not empty %} {% set commentLabel = currentQuestion.getCommentLabel() %} {% else %} {% set commentLabel = 'comment'|trans({}, 'survey') %} {% endif %}
    {{ nbComments }}  
    {% endif %}
    {{ results|raw }}
    {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}