{% extends "base.html" %} {% block content %} {{ object.name }} {% if calibration.state == CalibrationState.IsValidated %} 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 calibration.state < CalibrationState.IsValidated %} {% endif %}{% endblock %}