{% extends "schema/detail.html" %} {% block content %}
Accessory type {{ object.type }}
Manufacturer {% if object.manufacturer %}{{ object.manufacturer }}{% endif %}
Model {{ object.model }}
Acquired {{ object.acquired }}
Cost {{ object.cost }}
Lost {{ object.lost }}
Lost price {{ object.lost_price }}
Camera model compatibility {{ object.camera_model_compatibility.all|join:", " }}
Lens model compatibility {{ object.lens_model_compatibility.all|join:", " }}
{% endblock %}