{% if files %}
| File Name | Type | Size | Created | Session | Actions |
|---|---|---|---|---|---|
|
{{ item.file.file_path.split('/')[-1] if item.file.file_path else 'Unknown' }}
{% if item.file.file_path %}
{{ item.file.file_path }}
{% endif %}
|
{{ item.file.file_type or 'unknown' }} | {% if item.file.file_size_bytes %} {% if item.file.file_size_bytes < 1024 %} {{ item.file.file_size_bytes }} B {% elif item.file.file_size_bytes < 1048576 %} {{ "%.1f"|format(item.file.file_size_bytes / 1024) }} KB {% elif item.file.file_size_bytes < 1073741824 %} {{ "%.1f"|format(item.file.file_size_bytes / 1048576) }} MB {% else %} {{ "%.2f"|format(item.file.file_size_bytes / 1073741824) }} GB {% endif %} {% else %} - {% endif %} | {{ item.file.created_at.strftime('%Y-%m-%d %H:%M') if item.file.created_at else 'N/A' }} | {% if item.session %} {{ item.session.id[:8] }}... {% else %} - {% endif %} |
|
No data files yet
Files will appear here after recording sessions