{% from "components/card.html" import stat_card %}
| File | Projects | Operations | Total | Summary |
|---|---|---|---|---|
|
{{ file_op.file_path.split('/')[-1] }}
{{ file_op.file_path|truncate(50) }}
|
{{ file_op.project_count }} project{{ 's' if file_op.project_count != 1 else '' }} |
R: {{ file_op.read_count }}
W: {{ file_op.write_count }}
E: {{ file_op.edit_count }}
|
{{ file_op.total_operations }} | {{ file_op.total_operations }} operation{{ 's' if file_op.total_operations != 1 else '' }} |
No file operations available