Work on ${task.case.case_name|h}: Task ${task.task_name|h}
% else:${task.case.case_name|h}: Task ${task.task_name|h} has been completed
% endif-
% if task.status != task_statuses['complete']:
- Notes % endif % if task.status == task_statuses['progress']: % if len(task.QAs) == 0:
- Assign QA % else:
- Request QA % endif % endif % if task.status != task_statuses['start'] and task.status != task_statuses['complete']:
- Upload file % endif % if task.status == task_statuses['deliver']:
- Deliver data % endif
Success!
You have changed the status of ${task.task_name|h} to work in progress.
Success!
The task notes have been updated.
Case Notes
% endif % if csv_location is not None:Export the notes to % if pdf_location is not None: PDF, % endif % if rtf_location is not None: RTF, % endif % if pdf_location and rtf_location: and % endif spreadsheet.
% endif % if len(case_note_dates) > 0:-
% for i, dates in enumerate(case_note_dates):
- ${dates|h} % endfor
Date & Time: | ${note.date|h} | Author: | ${note.author.fullname|h} |
---|---|---|---|
${note.note} |
|||
Hash of note: |
% if note.check_hash():
![]() ![]() |
Update Case Notes
% endifSuccess!
You have successfully assigned someone to do QA and they have been notified.
Assign QA
% if len(task.QAs) == 0:No one has been selected to do QA. Please select an investigator to QA your work.
% else:Assign a second QA investigator.
% endif <% assign_num = "2" if len(task.QAs) == 0 else "1" %> % endif % if len(task.QAs) != 0:Request QA
% endifUpload file
Upload file...
% endifSet Status to Delivered
Task ${task.task_name|h} has been QA passed and is ready for delivery.