[% META title = 'Worklist » Plasma Storage Worksheet' -%]
[% IF requests.size;
i = 0; BLOCK row;
data = entry.request; # for lab_number.tt
IF restrict_request_map;
NEXT UNLESS restrict_request_map.${data.id};
END;
location = data.patient_case.referral_source.display_name
patient = data.patient_case.patient;
# want to split specimens into new line for each:
specimens = specimen_map.item(data.id).sample_code;
FOREACH specimen IN specimens;
%]
[% i = i + 1; i %]
[% PROCESS site/lab_number.tt want_url = 1 %]
[% class = request_options_map.item(data.id).urgent ? 'red' : 'normal' %]