{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
Description: {{ probe.description }}
Model ID: {{ probe.model_id }
| Date | Channel | Standard | Calibrated By | Deviation (High/Mid/Low) | Status | Actions |
|---|---|---|---|---|---|---|
| {{ cal.date }} | {{ cal.channels.serial_number }} | {{ cal.standards.make }} {{ cal.standards.model }} | {{ cal.calibrated_by.name }} | {{ "%.3f"|format(cal.deviation_high) }} / {{ "%.3f"|format(cal.deviation_mid) }} / {{ "%.3f"|format(cal.deviation_low) }} | {% if cal.passed %} Passed {% else %} Failed {% endif %} | Details |