{% twig_js name="ResourceManagerResults" %}
{{ 'name'|trans({}, 'platform') }} | {{ 'type'|trans({}, 'platform') }} | {{ 'path'|trans({}, 'platform') }} | |
---|---|---|---|
{{ node.name }} | {% for resourceType, attributes in resourceTypes %} {% if resourceType == node.type %} {{ attributes.name }} {% endif %} {% endfor %} | {% for pathPart in node.pathParts %} | {% endfor %}