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