{% extends "wx/instrumentlog_base.html" %} {% block instrumentlog_content %}
Station name {{ instrumentlogs.station|default:'-' }}
Instrument {{ instrumentlogs.instrument.model|default:'-' }} - {{ instrumentlogs.instrument.serial_number|default:'-' }}
Amount {{ instrumentlogs.amount|default:'-' }}
Is current location? {% if instrumentlogs.is_current_location %}Yes{% else %}No{% endif %}
Description {{ instrumentlogs.description|default:'-' }}
{% endblock %}