{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %} {% include 'report-table-header.html' %} {% for user in report_list %} {% if show_using_prepacker %} {% if user.has_prepacker == 'TRUE' %} {% if user.prepack_plate != '' %} {% else %} {% endif %} {% else %} {% endif %} {% endif %} {% if user.active_job != '0' %} {% else %} {% endif %} {% endfor %} {% for user in validated_users_list %} {% endfor %}

Current Manual Pre-Pack Fills Techs

Disengage User
{{user.user_initials}} {{user.last_login|date:"m/d/Y h:i:s A"}} {{user.active_printer}}yes using plate {{user.prepack_plate}}yes, unknown plateno pre-packer in use{{user.active_job}}{{user.has_critical}} {{user.expected_cards}} {{user.drug_name}}

Current Manual Pre-Pack Validation Pharmacists

User Last Login Active Job Drug Name Cancel Validation
{{user.user_initials}} {{user.last_login|date:"m/d/Y h:i:s A"}} {{user.active_job}} {{user.drug_name}}
{% include 'pagenav.html' %}

Orphan Tasks ({{ orphan_list|length}} jobs)

{% if orphan_list %}
{% for orphan in orphan_list %} {% endfor %}
Request ID Drug Name Num. Cards Pills per Package
{{orphan.req_id}} {{orphan.drug_name}} {{orphan.num_cards}} {{orphan.dosis_per_pkg}}
{% else %}

No Orphan Tasks in Queue.

{% endif %}

Snoozed Jobs ({{ snoozed_jobs|length}} jobs)

{% if snoozed_jobs %}
{% for snoozed_job in snoozed_jobs %} {% endfor %}
Request ID Snoozed Until Drug Name Snooze Type User
{{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}}
{% else %}

No jobs snoozed.

{% endif %}

Recommended levels

    {% for setting in day_levels %} {% endfor %}
    Description Current Value
    {{setting.setting_type__description}} {% if allow_edit_recommended_levels %} {% else %} {{setting.value}} {% endif %}
    {% if allow_edit_recommended_levels %}
    Values Successfully Updated!
    {% endif %}
    {% if allow_edit_recommended_levels %}

    Percentage Change Recommendations

    Percent Change for Recommendations Change Until
      percent
    Values Successfully Updated!
    {% endif %}

    Pre-Pack Plates

    {% for plate in plate_list %} {% endfor %}
    Plate Number Description Drugs Using Plate
    {{plate.plate_number}} {{plate.description}} {{plate.usage_count}}
    {% if prepack_card_duplicates|length > 0 %}

    Duplicate Pre-Pack Cards with same ALT ID

    {% for item in prepack_card_duplicates %} {% for drug_name, drug_number in item.drug_info %} {% endfor %} {% endfor %}
    ALT ID Qty/Dose Day Supply Package Description Drug Numbers
    {{ item.instance__authority__pharmaceutical__alternate_id }} {{ item.prepack_type__qty_per_dose }} {{ item.prepack_type__day_supply }} {{ item.prepack_type__package_type__description }}
    {{ drug_name }} {{ drug_number }}
    {% endif %}
    {% csrf_token %}
      {% csrf_token %}
        Sun Mon Tue Wed Thu Fri Sat
        {% endblock %}