{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %}
{% include 'report-table-header.html' %} {% for item in result_list %} {% if item.type == 'WO' %} {% elif item.type == 'ALERT' %} {% endif %} {% endfor %}
{{ item.timestamp|date:"m/d/Y h:i:s A" }} {{ item.id }} {{ item.fill_id }} {{ item.pack_id }}{{ item.status }} {{ item.frames }} {{ item.seconds|floatformat:"-2" }} {{ item.req_qty }} {{ item.disp_qty }} {{ item.can_pos }} {{ item.serial }} {{ item.drug_num }} {{ item.drug_name }} {{ item.shape }} {{ item.color }}{{ item.status }}
{% endblock %}