{% extends "scanpipe/base.html" %} {% block title %}ScanCode.io: {{ project.name }} - Dependency tree{% endblock %} {% block content %}
{% include 'scanpipe/includes/navbar_header.html' %}
{% include 'scanpipe/includes/breadcrumb.html' with linked_project=True current="Dependency tree" %}
{% if recursion_error %}
The dependency tree cannot be rendered as it contains circular references. {{ message|linebreaksbr }}
{% endif %}
{% endblock %} {% block scripts %} {{ dependency_tree|json_script:"dependency_tree" }} {{ row_count|json_script:"row_count" }} {{ max_depth|json_script:"max_depth" }} {% endblock %}