{% from "generic_view/file_object_macros.html" import file_information_span %}
{% if not omit_collapse %}
{{ file_information_span(first_item, root_uid, selected_analysis, filename_only) }} {{ fo_list | length }}
{% endif %} {% if number_of_unanalyzed_files > 0 %}
{{ number_of_unanalyzed_files }} files not analyzed yet

Unanalyzed files are not shown in this list

{% endif %} {% for fo in fo_list %}
{{ file_information_span(fo, root_uid, selected_analysis, filename_only) }}
{% endfor %} {% if not omit_collapse %}
{% endif %}