{% twig_js name="ResourceManagerBreadcrumbs" %} {% for element in rootBreadcrumbs %} {{ element|raw }} {% endfor %} {% if nodes|length == 0 %}
  • {{ 'resources'|trans({}, 'platform') }}
  • {% else %}
  • {{ 'resources'|trans({}, 'platform') }}
  • {% endif %} {% for node in nodes %} {% if loop.length > 1 and not loop.last %}
  • {{ node.name }}
  • {% else %}
  • {{ node.name }}
  • {% endif %} {% endfor %}