{% extends "base.html" %} {% block content %}

Standards Management

Add New Standard
All Standards
{% if standards %}
{% for standard in standards %} {% endfor %}
Make Model Description Last Calibration Next Calibration Due Actions
{{ standard.make }} {{ standard.model }} {{ standard.description }} {{ standard.calibrated_on.strftime('%Y-%m-%d') }} {{ standard.calibration_due.strftime('%Y-%m-%d') }} View
{% else %}
No standards found. Click "Add New Standard" to create one.
{% endif %}
{% endblock %}