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

{{ object.name }}

{% if calibration is none or calibration.state == 0 %} étalonnage aucune donnée {% elif calibration.state == 1 %} étalonnage pas fait {% elif calibration.state == 2 %} étalonnage fait {% endif %}
{% if calibration is none or calibration.state == 0 %} {% endif %}
{% endblock content %}