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

{{ object.name }}

{% if calibration.state == CalibrationState.IsValidated %} Faire un scan {% else %}
{% endblock content %} {% block extrajs %}{% if calibration.state < CalibrationState.IsValidated %} {% endif %}{% endblock %}