{% extends "schema/detail.html" %} {% block content %}
Lens model {% if object.lensmodel is not None %}{{ object.lensmodel }}{% endif %}
Serial number {{ object.serial }}
Date code {{ object.date_code }}
Date manufactured {{ object.manufactured }}
Acquired {{ object.acquired }}
Cost {{ object.cost }}
Notes {{ object.notes }}
Own {{ object.own }}
Lost {{ object.lost }}
Lost price {{ object.lost_price }}
Source {{ object.source }}
Condition {{ object.condition }}
Condition notes {{ object.condition_notes }}
{% endblock %}