{% extends "detail.html" %} {% load yesnoicon %} {% block content %} {% if object.lensmodel is not None %} {% endif %} {% if object.serial is not None %} {% endif %} {% if object.date_code is not None %} {% endif %} {% if object.manufactured is not None %} {% endif %} {% if object.acquired is not None %} {% endif %} {% if object.cost is not None %} {% endif %} {% if object.notes is not None %} {% endif %} {% if object.own is not None %} {% endif %} {% if object.lost is not None %} {% endif %} {% if object.lost_price is not None %} {% endif %} {% if object.source is not None %} {% endif %} {% if object.condition is not None %} {% endif %} {% if object.condition_notes is not None %} {% endif %}
Lens model {{ object.lensmodel }}
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|yesnoicon }}
Lost {{ object.lost }}
Lost price {{ object.lost_price }}
Source {{ object.source }}
Condition {{ object.condition }}
Condition notes {{ object.condition_notes }}
{% endblock %}