{% extends "layout.html" %} {% set active_page = "calibration" %} {% block title %} - {{_('Calibration')}}{% endblock %} {% block head %}{% endblock %} {% block body %}
{% include 'flash_messages.html' %}

{{("Certain devices require calibration in order to accurately operate. If Mycodo supports the calibration of a specific device, it will be listed below. For calibrating other devices, refer to the manufacturer's documentation.")}}

{{form_calibration.selection(class_='form-control')}}
{{form_calibration.submit(class_='form-control btn btn-default')}}
{% endblock %}