{% for alert in alert_data %} {% empty %} {% endfor %}
Date Code Instructions Location Canister Work Order
{{ alert.entered_dts|date:"m/d/Y h:i:s A" }} {{ alert.error_code.id }} {{ alert.message}} {% if alert.location.id > 0 %}{% if 'CAN_' in alert.location.tag %}{{ alert.location.tag|slice:"4:" }}{% else %}{{ alert.location.tag }}{% endif %}{% endif %} {% if alert.canister.id > 0 %}{{ alert.canister.serial_number }}{% endif %} {% if alert.fill_wo_task.wo.wo_id > 0 %}{{ alert.fill_wo_task.wo.wo_id }}{% endif %}
No Alerts