{% extends "base.html" %} {% block content %} {{ object.name }} {% if object.calibrated == 0 %} étalonnage données manquantes {% elif object.calibrated == 1 %} étalonnage pas fait {% elif object.calibrated == 2 %} étalonnage fait {% endif %} {% if object.calibrated == 0 %} Étalonner le scanner {% endif %} {% endblock content %}