Packages with License Conditions ({{ metrics.total }})

{% for result in datas|sort(attribute="Package") -%} {% set result_index = loop.index %} {%- endfor %}
Package Version Licence Type Licence Conditions
{{ result.get("Package") }} {{ result.get("Version") }} {{ result.get("License Id") }} {% for cond in result.get("License conditions").replace("library", "(Library)").split(",") -%} {{ cond|replace("-", " ")|title }} {%- endfor %}