{% for path in tab_data.fields.datafile_paths.value %} {% endfor %}
Datafile paths
{{ path }}
{% for id in tab_data.fields.datasource_ids.value %} {% endfor %}
Datasource IDs
{{ id }}
{% if tab_data.fields.license_detections.value %} {% for detection in tab_data.fields.license_detections.value %} {% endfor %}
License detections License expression License expression SPDX
{{ detection.identifier }} {{ detection.license_expression }} {{ detection.license_expression_spdx }}
{% endif %} {% if tab_data.fields.other_license_detections.value %} {% for detection in tab_data.fields.other_license_detections.value %} {% endfor %}
License detections License expression License expression SPDX
{{ detection.identifier }} {{ detection.license_expression }} {{ detection.license_expression_spdx }}
{% endif %}