{% load intcomma from humanize %}
Scan summary {% include "scanpipe/dropdowns/help_dropdown_tooltip.html" with content="A top-level summary of the collected scanned data such as licenses, holders, and languages." only %}
Declared license
    {% for entry in scan_summary.declared_license_expression %} {% if entry.value %}
  • {{ entry.value }} {% if entry.count %} {{ entry.count|intcomma }} {% endif %}
  • {% endif %} {% endfor %}
Declared holder
    {% for entry in scan_summary.declared_holder %} {% if entry.value %}
  • {{ entry.value }} {% if entry.count %} {{ entry.count|intcomma }} {% endif %}
  • {% endif %} {% endfor %}
Primary language
Other licenses
Other holders
    {% for entry in scan_summary.other_holders %} {% if entry.value %}
  • {{ entry.value }} {% if entry.count %} {{ entry.count|intcomma }} {% endif %}
  • {% endif %} {% endfor %}
Other languages
Key Files