{% extends "wx/instrument_base.html" %} {% block instrument_content %}
Serial number {{ instrument.serial_number|default:'-' }}
Other reference {{ instrument.other_reference|default:'-' }}
First received {{ instrument.first_received|default:'-' }}
Donated by {{ instrument.donated_by|default:'-' }}
First deployed {{ instrument.first_deployed|default:'-' }}
Last deployed {{ instrument.last_deployed|default:'-' }}
Last calibration {{ instrument.last_calibration|default:'-' }}
Next calibration {{ instrument.next_calibration|default:'-' }}
Model {{ instrument.model|default:'-' }}
Subsection {{ instrument.subsection|default:'-' }}
Description {{ instrument.description|default:'-' }}
{% endblock %}