{{ survey.getResourceNode.getName() }}


{% if survey.getDescription() is not empty %}
{{ survey.getDescription()|raw }}
{% endif %} {% if questionRelations|length == 0 %} {% else %} {% for view in questionViews %}
{{ view|raw }} {% endfor %} {% endif %}