{% trans 'Only a few participants answered these questions.' %}
{% endif %}
{% for question_result in questionnaire_result.question_results %}
{% if question_result.question.is_heading_question %}
{# We want to start a new section here, so we close the container, render the heading and open a new container #}