{% extends "scanpipe/base.html" %} {% block title %}ScanCode.io: {{ project.name }} - License Detections{% endblock %} {% block content %}
| {# CAUTION: Avoid relying on get_absolute_url to prevent unnecessary query triggers #} {{ license_detection.identifier }} {% if license_detection.needs_review %} {% endif %} {% if license_detection.has_compliance_alert %} {% endif %} | {{ license_detection.license_expression }} | {{ license_detection.license_expression_spdx }} | {{ license_detection.detection_count }} | {{ license_detection.is_license_clue }} | {{ license_detection.needs_review }} | {% if display_compliance_alert %} {{ license_detection.compliance_alert }} {% endif %} | |||||||||||||||||||||||||||||||||||
| No licenses detected. Clear search and filters | |||||||||||||||||||||||||||||||||||||||||