{% for itm in pending_work %} {% endfor %}
Pending Work Information
Workorder Id Request Id Timestamp Rx Number Requested Qty Status
{{ itm.wo_task__wo_id }} {{ itm.wo_task__req_id }} {{ itm.wo_task__wo__dts_create|date:"m/d/Y h:i:s A" }} {% if itm.wo_task__req__req__orderrxinfo__rx_number %} {{ itm.wo_task__req__req__orderrxinfo__rx_number }}-{{ itm.wo_task__req__req__orderrxinfo__fill_instance }} {% endif %} {{ itm.req_quantity|floatformat }} {{ itm.wo_task__defer_state__display_name }} {% if show_cancel|upper == 'TRUE' %} {% endif %} {% if not itm.wo_task__req__req__request_type__is_pms_req %} {% else %} {% if show_print_cancel|upper == 'TRUE' %} {% endif %} {% endif %}