{# #}
| path | start | end | what | value | |
|---|---|---|---|---|---|
| {{ path }} | {{ row.start }} | {{ row.end }} | {{ row.what }} | {% if row.what == 'license' %}{{ row.value }} | {% else %}{{ row.value|escape }} | {% endif %}
| path | type | name | extension | date | size | sha1 | md5 | files_count | mime_type | file_type | programming_language | is_binary | is_text | is_archive | is_media | is_source | is_script |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ path }} | {{ row.type }} | {{ row.name }} | {{ row.extension }} | {{ row.date }} | {{ row.size }} | {{ row.sha1 }} | {{ row.md5 }} | {{ row.file_count }} | {{ row.mime_type }} | {{ row.file_type }} | {{ row.programming_language }} | {{ row.is_binary }} | {{ row.is_text }} | {{ row.is_archive }} | {{ row.is_media }} | {{ row.is_source }} | {{ row.is_script }} |
| path | holder | start | end |
|---|---|---|---|
| {{ path }} | {{ data.holder }} | {{ data.start_line }} | {{ data.end_line }} |
| path | Author | start | end |
|---|---|---|---|
| {{ path }} | {{ data.author }} | {{ data.start_line }} | {{ data.end_line }} |
| path | start | end | |
|---|---|---|---|
| {{ path }} | {{ data.email |urlize(target='_blank') }} | {{ data.start_line }} | {{ data.end_line }} |
| path | url | start | end |
|---|---|---|---|
| {{ path }} | {{ data.url |urlize(target='_blank') }} | {{ data.start_line }} | {{ data.end_line }} |
| path | type | packaging | primary_language |
|---|---|---|---|
| {{ path }} | {{ row.type }} | {{ row.packaging }} | {{ row.primary_language }} |
| key | short_name | category | owner | reference_url | homepage_url | text_url | spdx_license_key | spdx_url |
|---|---|---|---|---|---|---|---|---|
| {{ license.key }} | {{ license.short_name }} | {{ license.category }} | {{ license.owner }} | {{ license.reference_url|urlize(target='_blank') }} | {{ license.homepage_url|urlize(target='_blank') }} | {{ license.text_url|urlize(target='_blank') }} | {{ license.spdx_license_key }} | {{ license.spdx_url|urlize(target='_blank') }} |