{# File list — compact rows for document/evidence entities #} {% for tab in group.tabs %} {% if tab.visible | default(true) %}
{{ item[col.key] | default("—") }}
{% else %}{{ item[col.key] | default("") }}
{% endif %} {% endfor %}No {{ tab.label | lower }} found.
{% endif %}