{% for path in paths if path.entity.published %} {{ path.entity.resourceNode.name }}   {{ path.entity.description | striptags | truncate(40, true, ' [...]') }} {% if path.canEdit %} {{ 'edit'|trans({}, 'innova_tools') }} {% endif %} {% endfor %}