{% extends "schema/detail.html" %} {% block content %}
| Manufacturer | {% if object.manufacturer %}{{ object.manufacturer }}{% endif %} |
|---|---|
| Model | {{ object.model }} |
| Negative size | {% if object.negative_size %}{{ object.negative_size }}{% endif %} |
| Type | {{ object.type }} |
| Light source | {{ object.light_source }} |
| Acquired | {{ object.acquired }} |
| Lost | {{ object.lost }} |
| Introduced | {{ object.introduced }} |
| Discontinued | {{ object.discontinued }} |
| Cost | {{ object.cost }} |
| Lost price | {{ object.lost_price }} |