{% load view_tags %} {% for section in project.catalog.sections.all %}

{{ section.title }}

{% for questionset in section.questionsets.all %} {% if not questionset.questionset %}

{{ questionset.title }}

{% for element in questionset.elements %} {% include 'projects/project_answers_element.html' %} {% endfor %} {% endif %} {% endfor %} {% endfor %}