{% 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 }}
Settings New Project

{% include "scanpipe/includes/project_summary_level.html" with project=project title_class="title" only %}
{% 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/includes/project_inputs.html" %}
{% include "scanpipe/includes/project_pipelines.html" %}
{% if codebase_root or resource_status_summary %}
{% if codebase_root %}
{% endif %} {% if resource_status_summary %}
{% include "scanpipe/includes/resource_status_summary.html" %}
{% endif %}
{% endif %} {% if project.extra_data %}

Project data

{{ extra_data_yaml }}
{% endif %} {% if license_clarity or scan_summary %}
{% if license_clarity %}
{% include "scanpipe/includes/license_clarity_panel.html" %}
{% endif %} {% if scan_summary %}
{% include "scanpipe/includes/scan_summary_panel.html" %}
{% endif %}
{% endif %}
{% if project.resource_count or project.package_count %}
Loading the charts...
{% endif %}
{% include 'scanpipe/includes/run_modal.html' %} {% endblock %} {% block scripts %} {% endblock %}