{% for favourite in favourites %}
{% for path in getFullResourcePath(favourite.resourceNode.path) %} {{ path.nodeName }} {% if loop.last != true %} / {% endif %} {% endfor %}
{% else %} {{ 'widget_no_favourite'|trans({}, 'widget') }} {% endfor %}