{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %} {% include 'report-table-header.html' %} {% for wo in report_list %} {% endfor %}
{{ wo.wo_id }} {% if wo.rx_number %} {{ wo.rx_number }}-{{ wo.fill_instance }}{% endif %} {{ wo.description }} {{ wo.req_card_position }} {{ wo.card_position }} {{ wo.package_quantity }} {{ wo.display_name }} {{ wo.dts_create|date:"m/d/Y h:i:s A" }}
{% include 'pagenav.html' %}
Loading workorder activity report data...
{% endblock %}