{% extends "base.html" %} {% block title %}Certification · HivePlane{% endblock %} {% block content %}
| Workload | When | Pass rate | Status | Attestation |
|---|---|---|---|---|
| {{ point.workload }} | {{ point.timestamp }} | {% if point.pass_rate is not none %}{{ "%.0f%%"|format(point.pass_rate * 100) }}{% else %}—{% endif %} | {{ point.status }} | {{ point.attestation_id or "—" }} |
No certifications recorded.
{% endif %}| Workload | Last certification | Status |
|---|---|---|
| {{ row.workload }} | {{ row.timestamp }} | {{ row.status }} |
No certifications recorded.
{% endif %}| Workload | When | Record |
|---|---|---|
| {{ entry.workload }} | {{ entry.timestamp }} | {{ entry.record_id }} |
No quarantine events recorded.
{% endif %} {% endblock %}