Orphan Tasks ({{ orphan_list|length}} jobs)
{% if orphan_list %}
{% for orphan in orphan_list %}
| {{orphan.req_id}} |
{{orphan.drug_name}} |
{{orphan.num_cards}} |
{{orphan.dosis_per_pkg}} |
{% endfor %}
{% else %}
No Orphan Tasks in Queue.
{% endif %}
Snoozed Jobs ({{ snoozed_jobs|length}} jobs)
{% if snoozed_jobs %}
{% for snoozed_job in snoozed_jobs %}
| {{snoozed_job.req__req_id}} |
{{snoozed_job.snoozed_until|date:"D n/j/y gA"}} |
{{snoozed_job.drug_name_full}} |
{{snoozed_job.user_job_rejection_type__display_name}} |
{{snoozed_job.user__initials}} |
|
{% endfor %}
{% else %}
No jobs snoozed.
{% endif %}
Recommended levels
{% if allow_edit_recommended_levels %}
Values Successfully Updated!
{% endif %}
{% if allow_edit_recommended_levels %}
Percentage Change Recommendations
Values Successfully Updated!
{% endif %}
{% for plate in plate_list %}
| {{plate.plate_number}} |
{{plate.description}} |
{{plate.usage_count}} |
|
{% endfor %}