{% extends "scanpipe/base.html" %} {% block title %}ScanCode.io: {{ project.name }} - Resources{% endblock %} {% block content %}
{% if resource.is_dir %} {{ resource.path }} {% else %} {{ resource.path }} {% endif %} | {{ resource.status }} | {{ resource.type }} | {% if resource.is_file %} {{ resource.size|filesizeformat|default_if_none:"" }} {% endif %} | {{ resource.name }} | {{ resource.extension }} | {{ resource.programming_language }} | {{ resource.mime_type }} | {{ resource.tag }} |
|
{% if include_compliance_alert %}
{{ resource.compliance_alert }} | {% endif %}
|