{% for item in node.items %} {% for term in item.terms %}
{{ term.text }}
{% endfor %} {% if item.description.text %}
{{ item.description.text }}
{% else %}
{{ item.description.content }}
{% endif %} {% endfor %}