{% extends 'ops/base_ops.html' %} {% block title %}Dashboard - IXG Operations{% endblock %} {% block content %}
| {{ label }} | {{ count }} |
| No batches yet |
| Reference | Status | Grade | Created |
|---|---|---|---|
| {{ b.batch_reference }} | {{ b.get_status_display }} | {{ b.grade|default:'-' }} | {{ b.created_at|date:'d/m/Y' }} |
| No batches yet | |||
| Batch | Result | FFA% | Date |
|---|---|---|---|
| {{ r.batch.batch_reference }} | {% if r.overall_pass %}Pass{% else %}Fail{% endif %} | {{ r.ffa_percentage }} | {{ r.tested_at|date:'d/m/Y' }} |
| No QC results yet | |||
{{ n.message|truncatewords:20 }}
No unread notifications
{% endfor %}