{% extends "schema/detail.html" %} {% block content %}
| Name | {{ object.name }} |
| Manufacturer | {% if object.manufacturer is not None %}{{ object.manufacturer }}{% endif %} |
| ISO | {{ object.iso }} |
| Colour | {{ object.colour }} |
| Panchromatic | {{ object.panchromatic }} |
| Process | {{ object.process }} |
| Film | Caption | Date |
|---|---|---|
| {{ film.pk }} | {{ film.description }} |