diff --git a/marda_registry/templates/filetype.html b/marda_registry/templates/filetype.html index 3e34c75..631d983 100644 --- a/marda_registry/templates/filetype.html +++ b/marda_registry/templates/filetype.html @@ -6,7 +6,7 @@

File Type not found

Sorry, the file type you requested was not found.

{% endif %} -

{{ ft['id'] }} ({{ ft['name'] }})

+

{{ ft['id'] }} ({{ ft['name'] }}) [JSON]

{{ ft['description'] }}

@@ -23,5 +23,43 @@

Registered extractors:

{% endif %} +{% if ft['associated_file_extensions'] | length != 0 %} +

Associated file extensions:

+ +{% endif %} + +{% if ft['associated_software'] | length != 0 %} +

Associated software:

+ +{% endif %} + + +{% if ft['associated_vendors'] | length != 0 %} +

Associated vendors:

+ +{% endif %} + +{% if ft['subject'] | length != 0 %} +

Subjects:

+ +{% endif %} + +

Return to the list of file types

{% endblock %}