{% extends "detail.html" %} {% block content %}
| Manufacturer | {{ object.manufacturer }} |
| Model | {{ object.model }} |
| Negative size | {{ object.negative_size }} |
| 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 }} |