{% extends "scanpipe/base.html" %} {% load static humanize %} {% block title %}ScanCode.io: {{ project.name }}{% endblock %} {% block extrahead %} {% endblock %} {% block content %}
{% include 'scanpipe/includes/navbar_header.html' %}
{% include 'scanpipe/includes/messages.html' %}
Created {{ project.created_date|naturaltime }} {% include 'scanpipe/includes/project_labels.html' with labels=labels only %} {% if labels %}Edit{% else %}Add{% endif %} labels
Settings New Project

{% include "scanpipe/includes/project_summary_level.html" with project=project title_class="title" %}
{% if project.resource_count or project.package_count %} {% include "scanpipe/includes/project_downloads.html" with project=project only %} {% elif not pipeline_runs %}

Add {% if not inputs_with_source %}Inputs{% endif %} and execute a pipeline to generate some results.

{% endif %}
{% include "scanpipe/panels/project_inputs.html" %}
{% include "scanpipe/panels/project_pipelines.html" %}
{% if codebase_root or project.output_root %}
{% if codebase_root %}
{% endif %} {% if project.output_root %}
{% include "scanpipe/panels/project_outputs.html" %}
{% endif %}
{% endif %}
{% if project.policies_enabled %}
{% endif %} {% if project.extra_data %}

Project data

{{ extra_data_yaml }}
{% endif %} {% if license_clarity or scan_summary %}
{% if license_clarity %}
{% include "scanpipe/panels/license_clarity_panel.html" %}
{% endif %} {% if scan_summary %}
{% include "scanpipe/panels/scan_summary_panel.html" %}
{% endif %}
{% endif %}
{% if project.resource_count or project.package_count %}
{% if project.resource_count < 5000 and project.package_count < 5000 %}
Loading the charts... {% else %} {% endif %}
{% endif %}
{% include 'scanpipe/modals/run_modal.html' %} {% include 'scanpipe/modals/clone_modal.html' %} {% include "scanpipe/modals/add_labels_modal.html" %} {% include "scanpipe/modals/edit_input_tag_modal.html" %} {% endblock %} {% block scripts %} {% endblock %}