{% twig_js name="ResourceManagerResults" %}
{% if nodes.length > 0 %}

{{ 'results'|trans({}, 'platform') }} :

{% for node in nodes %} {% if node.parent_id is not null %} {% endif %} {% endfor %}
{{ '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 %} {{ pathPart.name }} {% endfor %}
{% else %} {{ 'no_search_results'|trans({}, 'platform') }} {% endif %}