{% 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 %} Étalonner le scanner Utiliser le dernier étalonnage connu {% endif %} #} {% if calibration %} Faire un scan {% else %} Faire un scan Le scanner n'est pas étalonné. Étalonner le scanner Réutiliser le dernier étalonnage {% endif %} {% endblock content %} {% block extrajs %}{% if not calibration %} {% endif %}{% endblock %}