{% extends "base.html" %} {% block content %}
| Amount | Detail | Station | Instrument | Description | Is current location? |
|---|---|---|---|---|---|
| {{ instrument.amount }} | Detail | {{ instrument.station }} | {{ instrument.instrument.model }} | {{ instrument.description }} | {% if instrument.is_current_location %}Yes{% else %}No{% endif %} |