{% load intcomma from humanize %}
Scan summary {% include "scanpipe/includes/help_dropdown_tooltip.html" with content="A top-level summary of the collected scanned data such as licenses, holders, and languages." only %}
{% for field_label, values in scan_summary.items %} {% endfor %}
{{ field_label }}
    {% for entry in values %} {% if entry.value %}
  • {{ entry.value }} {% if entry.count %} {{ entry.count|intcomma }} {% endif %}
  • {% endif %} {% endfor %}