{% extends "scanpipe/base.html" %} {% load static humanize %} {% block title %}ScanCode.io: {{ project.name }} - Resources tree{% endblock %} {% block extrahead %} {% endblock %} {% block content %}
{% include 'scanpipe/includes/navbar_header.html' %}
{% include 'scanpipe/includes/breadcrumb.html' with linked_project=True current="Resources tree" %}
{% include "scanpipe/tree/resource_left_pane_header.html" only %}
{% include "scanpipe/tree/resource_left_pane_tree.html" with children=children path=path %}
{% endblock %} {% block scripts %} {% endblock %}