${case_status|h} Cases
View All Cases
View All Created Cases |
View All Open Cases with Unassigned Tasks |
View All Open Cases |
View Closed Cases |
View Archived Cases |
View All Cases
Case | Case Status | Task | Task Created | Task Type | Task Status | Principle Forensic Investigator | Secondary Forensic Investigator | |
---|---|---|---|---|---|---|---|---|
% if case.private is True: ${case.case_name|h} % else: ${case.case_name|h} % endif | ${case.status|h} | Add Tasks | ||||||
% if case.private is True: ${case.case_name|h} % else: ${case.case_name|h} % endif | ${case.status|h} | ${task.task_name|h} | ${task.date_created|h} | ${task.task_type.task_type|h} | ${task.status|h} | % if task.principle_investigator != None: ${task.principle_investigator.fullname|h} % else: None % endif | % if task.secondary_investigator != None: ${task.secondary_investigator.fullname|h} % else: None % endif |
There are no cases.
% else:There are no ${case_status.lower()|h} cases.
% endif % endif