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

{{ standard.make }} {{ standard.model }}

Standard
Standard Details
Make
{{ standard.make }}
Model
{{ standard.model }}
Description
{{ standard.description }}
Uncertainty
{{ standard.uncertainty }}
Calibration Dates
Last Calibration
{{ standard.calibrated_on.strftime('%Y-%m-%d') }}
Next Calibration Due
{{ standard.calibration_due.strftime('%Y-%m-%d') }}
Support Information
Contact Name
{{ standard.support_name }}
Email
{{ standard.support_email }}
Phone
{{ standard.support_phone }}
Address
{{ standard.support_address }}
{% endblock %}