{% 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 %} #} {% if calibration %} Faire un scan {% else %}
{% endblock content %} {% block extrajs %}{% if not calibration %} {% endif %}{% endblock %}