{% if resources %}
| Name | Status | Language | License | Alert |
|---|---|---|---|---|
|
..
|
||||
|
{% if resource.is_dir %}
{% else %}
{% endif %}
{% if resource.is_dir %}
{{ resource.name }}
{% else %}
{{ resource.name }}
{% endif %}
{% if resource.tag %}
{{ resource.tag }}
{% endif %}
|
{{ resource.status }} | {{ resource.programming_language }} | {{ resource.detected_license_expression }} | {{ resource.compliance_alert }} |
{% if path %} No resources found in this directory. {% else %} Select a file or folder from the tree to view its contents. {% endif %}